#FFCB40

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

Shades of Sunglow #FFCB40

Tints of Sunglow #FFCB40

Color information

#FFCB40 (or 0xFFCB40) is unknown color: approx Sunglow. HEX triplet: FF, CB and 40. RGB value is (255,203,64). Sum of RGB (Red+Green+Blue) = 255+203+64=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB40 is #0034BF. Grayscale: #CBCBCB. Windows color (decimal): -13504 or 4246527. OLE color: 4246527.

HSL color Cylindrical-coordinate representation of color #FFCB40: hue angle of 43.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCB40 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25520364-
CMYK00.200.750
HSL43.66º100%62.55%-
HSV(B)43.66º74.9%100%-
XYZ63.5264.3413.92-
YUV202.749.73165.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 64 (25.39% from 255) = 12.26%
R=48.85%
G=38.89%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552036400.200.75043.6610062.55
HexFFCB400144B02c643f
Octal37731310002411305414477
Binary11111111110010111000000010100100101101011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB40; }

 p { color: rgb(255,203,64); }

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

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

 a { background-color: rgb(255,203,64); }

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

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

 span { border-color: rgb(255,203,64); }

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