#FCCB43

Color #FCCB43 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FCCB43

Tints of Sunglow #FCCB43

Color information

#FCCB43 (or 0xFCCB43) is unknown color: approx Sunglow. HEX triplet: FC, CB and 43. RGB value is (252,203,67). Sum of RGB (Red+Green+Blue) = 252+203+67=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 67 (26.56% from 255 or 12.84% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB43 is #0334BC. Grayscale: #CACACA. Windows color (decimal): -210109 or 4443132. OLE color: 4443132.

HSL color Cylindrical-coordinate representation of color #FCCB43: hue angle of 44.11º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCB43 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25220367-
CMYK00.190.730.01
HSL44.11º96.86%62.55%-
HSV(B)44.11º73.41%98.82%-
XYZ62.5163.8114.33-
YUV202.1551.73163.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 67 (26.56% from 255) = 12.84%
R=48.28%
G=38.89%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522036700.190.730.0144.1196.8662.55
HexFCCB430134912c613f
Octal37431310302311115414177
Binary11111100110010111000011010011100100111011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB43; }

 p { color: rgb(252,203,67); }

 H1.HeaderClassName
 {
   color: #FCCB43;
 }
 .AnyTagClassName
 {
   color: #FCCB43;
 }
</style>
background-color css

<style>
 a { background-color: #FCCB43; }

 a { background-color: rgb(252,203,67); }

 div.DivClassName
 {
   background-color: #FCCB43;
 }
 .BgClassName
 {
   background-color: #FCCB43;
 }
</style>
border-color css

<style>
 span { border-color: #FCCB43; }

 span { border-color: rgb(252,203,67); }

 td.TdClassName
 {
   border-color: #FCCB43;
 }
 .TagClassName
 {
   border-color: #FCCB43;
 }
</style>