#CF912D

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

Shades of Fuel Yellow #CF912D

Tints of Fuel Yellow #CF912D

Color information

#CF912D (or 0xCF912D) is unknown color: approx Fuel Yellow. HEX triplet: CF, 91 and 2D. RGB value is (207,145,45). Sum of RGB (Red+Green+Blue) = 207+145+45=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF912D is #306ED2. Grayscale: #989898. Windows color (decimal): -3174099 or 2986447. OLE color: 2986447.

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

Color convert

RGB20714545-
CMYK00.300.780.19
HSL37.04º64.29%49.41%-
HSV(B)37.04º78.26%81.18%-
XYZ36.3333.717.07-
YUV152.1467.54167.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 45 (17.97% from 255) = 11.34%
R=52.14%
G=36.52%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071454500.300.780.1937.0464.2949.41
HexCF912D01E4E13254031
Octal31722155036116234510061
Binary11001111100100011011010111101001110100111001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF912D; }

 p { color: rgb(207,145,45); }

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

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

 a { background-color: rgb(207,145,45); }

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

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

 span { border-color: rgb(207,145,45); }

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