#cf8f3b

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

Shades of Fuel Yellow #CF8F3B

Tints of Fuel Yellow #CF8F3B

Color information

#CF8F3B (or 0xCF8F3B) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8F and 3B. RGB value is (207,143,59). Sum of RGB (Red+Green+Blue) = 207+143+59=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F3B is #3070C4. Grayscale: #989898. Windows color (decimal): -3174597 or 3903439. OLE color: 3903439.

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

Color convert

RGB20714359-
CMYK00.310.710.19
HSL34.05º60.66%52.16%-
HSV(B)34.05º71.5%81.18%-
XYZ36.3433.238.64-
YUV152.5675.2166.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 59 (23.44% from 255) = 14.43%
R=50.61%
G=34.96%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071435900.310.710.1934.0560.6652.16
HexCF8F3B01F4713223d34
Octal3172177303710723427564
Binary1100111110001111111011011111100011110011100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8f3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8f3b; }

 p { color: rgb(207,143,59); }

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

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

 a { background-color: rgb(207,143,59); }

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

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

 span { border-color: rgb(207,143,59); }

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