#CF8F31

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

Shades of Fuel Yellow #CF8F31

Tints of Fuel Yellow #CF8F31

Color information

#CF8F31 (or 0xCF8F31) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8F and 31. RGB value is (207,143,49). Sum of RGB (Red+Green+Blue) = 207+143+49=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F31 is #3070CE. Grayscale: #979797. Windows color (decimal): -3174607 or 3248079. OLE color: 3248079.

HSL color Cylindrical-coordinate representation of color #CF8F31: hue angle of 35.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8F31 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20714349-
CMYK00.310.760.19
HSL35.7º62.2%50.2%-
HSV(B)35.7º76.33%81.18%-
XYZ36.1133.137.4-
YUV151.4270.2167.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=51.88%
G=35.84%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071434900.310.760.1935.762.250.2
HexCF8F3101F4C13243e32
Octal3172176103711423447662
Binary1100111110001111110001011111100110010011100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8F31; }

 p { color: rgb(207,143,49); }

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

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

 a { background-color: rgb(207,143,49); }

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

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

 span { border-color: rgb(207,143,49); }

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