#CF9D3D

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

Shades of Fuel Yellow #CF9D3D

Tints of Fuel Yellow #CF9D3D

Color information

#CF9D3D (or 0xCF9D3D) is unknown color: approx Fuel Yellow. HEX triplet: CF, 9D and 3D. RGB value is (207,157,61). Sum of RGB (Red+Green+Blue) = 207+157+61=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D3D is #3062C2. Grayscale: #A1A1A1. Windows color (decimal): -3171011 or 4038095. OLE color: 4038095.

HSL color Cylindrical-coordinate representation of color #CF9D3D: hue angle of 39.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF9D3D is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20715761-
CMYK00.240.710.19
HSL39.45º60.33%52.55%-
HSV(B)39.45º70.53%81.18%-
XYZ38.6337.729.66-
YUV161.0171.56160.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=48.71%
G=36.94%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071576100.240.710.1939.4560.3352.55
HexCF9D3D0184713273c35
Octal3172357503010723477465
Binary1100111110011101111101011000100011110011100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9D3D; }

 p { color: rgb(207,157,61); }

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

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

 a { background-color: rgb(207,157,61); }

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

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

 span { border-color: rgb(207,157,61); }

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