Html Css Color HEX #CF8C2E Fuel Yellow

📋 copy color: '#CF8C2E'

red 207 ◦ green 140 ◦ blue 46

#CF8C2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #CF8C2E

Tints of Fuel Yellow #CF8C2E

RGB

 RED value IS 207 (81.25% from 255) = 52.67%

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 52.67%
G = 35.62%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF8C2E (or 0xCF8C2E) is known color: Fuel Yellow. HEX triplet: CF, 8C and 2E. RGB value is (207,140,46). Sum of RGB (Red+Green+Blue) = 207+140+46=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C2E is #3073D1. Grayscale: #959595. Windows color (decimal): -3175378 or 3050703. OLE color: 3050703.

HSL color Cylindrical-coordinate representation of color #CF8C2E: hue angle of 35.03º 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 #CF8C2E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 46 -
CMYK 0 0.32 0.78 0.19
HSL 35.03º 0.64% 0.5% -
HSV(B) 35.03º 0.78% 0.81% -
XYZ 35.6 32.22 6.93 -
YUV 149.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 207 140 46 0 0.32 0.78 0.19 35.03 0.64 0.5
Hex CF 8C 2E 0 20 4E 13 23 40 32
Octal 317 214 56 0 40 116 23 43 100 62
Binary 11001111 10001100 101110 0 100000 1001110 10011 100011 1000000 110010

Color Harmonies of #CF8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C2E

Black with #CF8C2E

Text Example


Text Example

White with #CF8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C2E; }

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

 H1.HeaderClassName
 {
   color: #CF8C2E;
 }
 .AnyTagClassName
 {
   color: #CF8C2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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