#CF9634

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

Shades of Fuel Yellow #CF9634

Tints of Fuel Yellow #CF9634

Color information

#CF9634 (or 0xCF9634) is unknown color: approx Fuel Yellow. HEX triplet: CF, 96 and 34. RGB value is (207,150,52). Sum of RGB (Red+Green+Blue) = 207+150+52=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9634 is #3069CB. Grayscale: #9C9C9C. Windows color (decimal): -3172812 or 3446479. OLE color: 3446479.

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

Color convert

RGB20715052-
CMYK00.280.750.19
HSL37.94º61.75%50.78%-
HSV(B)37.94º74.88%81.18%-
XYZ37.2635.338.1-
YUV155.8769.38164.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=50.61%
G=36.67%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071505200.280.750.1937.9461.7550.78
HexCF963401C4B13263e33
Octal3172266403411323467663
Binary1100111110010110110100011100100101110011100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9634; }

 p { color: rgb(207,150,52); }

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

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

 a { background-color: rgb(207,150,52); }

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

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

 span { border-color: rgb(207,150,52); }

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