#CF932E

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

Shades of Fuel Yellow #CF932E

Tints of Fuel Yellow #CF932E

Color information

#CF932E (or 0xCF932E) is unknown color: approx Fuel Yellow. HEX triplet: CF, 93 and 2E. RGB value is (207,147,46). Sum of RGB (Red+Green+Blue) = 207+147+46=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF932E is #306CD1. Grayscale: #999999. Windows color (decimal): -3173586 or 3052495. OLE color: 3052495.

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

Color convert

RGB20714746-
CMYK00.290.780.19
HSL37.64º63.64%49.61%-
HSV(B)37.64º77.78%81.18%-
XYZ36.6634.337.28-
YUV153.4367.38166.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.75%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=51.75%
G=36.75%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071474600.290.780.1937.6463.6449.61
HexCF932E01D4E13264032
Octal31722356035116234610062
Binary11001111100100111011100111011001110100111001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF932E; }

 p { color: rgb(207,147,46); }

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

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

 a { background-color: rgb(207,147,46); }

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

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

 span { border-color: rgb(207,147,46); }

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