#FFCF42

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

Shades of Sunglow #FFCF42

Tints of Sunglow #FFCF42

Color information

#FFCF42 (or 0xFFCF42) is unknown color: approx Sunglow. HEX triplet: FF, CF and 42. RGB value is (255,207,66). Sum of RGB (Red+Green+Blue) = 255+207+66=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF42 is #0030BD. Grayscale: #CDCDCD. Windows color (decimal): -12478 or 4378623. OLE color: 4378623.

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

Color convert

RGB25520766-
CMYK00.190.740
HSL44.76º100%62.94%-
HSV(B)44.76º74.12%100%-
XYZ64.5466.2814.55-
YUV205.2849.4163.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 66 (26.17% from 255) = 12.5%
R=48.30%
G=39.20%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552076600.190.74044.7610062.94
HexFFCF420134A02d643f
Octal37731710202311205514477
Binary11111111110011111000010010011100101001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF42; }

 p { color: rgb(255,207,66); }

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

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

 a { background-color: rgb(255,207,66); }

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

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

 span { border-color: rgb(255,207,66); }

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