#CF9430

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

Shades of Fuel Yellow #CF9430

Tints of Fuel Yellow #CF9430

Color information

#CF9430 (or 0xCF9430) is unknown color: approx Fuel Yellow. HEX triplet: CF, 94 and 30. RGB value is (207,148,48). Sum of RGB (Red+Green+Blue) = 207+148+48=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9430 is #306BCF. Grayscale: #9A9A9A. Windows color (decimal): -3173328 or 3183823. OLE color: 3183823.

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

Color convert

RGB20714848-
CMYK00.290.770.19
HSL37.74º62.35%50%-
HSV(B)37.74º76.81%81.18%-
XYZ36.8634.667.54-
YUV154.2468.05165.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=51.36%
G=36.72%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071484800.290.770.1937.7462.3550
HexCF943001D4D13263e32
Octal3172246003511523467662
Binary1100111110010100110000011101100110110011100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9430; }

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

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

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

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

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

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

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

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