#CF9433

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

Shades of Fuel Yellow #CF9433

Tints of Fuel Yellow #CF9433

Color information

#CF9433 (or 0xCF9433) is unknown color: approx Fuel Yellow. HEX triplet: CF, 94 and 33. RGB value is (207,148,51). Sum of RGB (Red+Green+Blue) = 207+148+51=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9433 is #306BCC. Grayscale: #9B9B9B. Windows color (decimal): -3173325 or 3380431. OLE color: 3380431.

HSL color Cylindrical-coordinate representation of color #CF9433: hue angle of 37.31º 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 #CF9433 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB20714851-
CMYK00.290.750.19
HSL37.31º61.9%50.59%-
HSV(B)37.31º75.36%81.18%-
XYZ36.9234.687.88-
YUV154.5869.55165.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=50.99%
G=36.45%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071485100.290.750.1937.3161.950.59
HexCF943301D4B13253e33
Octal3172246303511323457663
Binary1100111110010100110011011101100101110011100101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9433; }

 p { color: rgb(207,148,51); }

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

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

 a { background-color: rgb(207,148,51); }

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

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

 span { border-color: rgb(207,148,51); }

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