Html Css Color HEX #CF8E30 Fuel Yellow

📋 copy color: '#CF8E30'

red 207 ◦ green 142 ◦ blue 48

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

Shades of Fuel Yellow #CF8E30

Tints of Fuel Yellow #CF8E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 52.14%
G = 35.77%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF8E30 (or 0xCF8E30) is known color: Fuel Yellow. HEX triplet: CF, 8E and 30. RGB value is (207,142,48). Sum of RGB (Red+Green+Blue) = 207+142+48=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E30 is #3071CF. Grayscale: #979797. Windows color (decimal): -3174864 or 3182287. OLE color: 3182287.

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

Color convert

RGB 207 142 48 -
CMYK 0 0.31 0.77 0.19
HSL 35.47º 0.62% 0.5% -
HSV(B) 35.47º 0.77% 0.81% -
XYZ 35.94 32.82 7.24 -
YUV 150.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 207 142 48 0 0.31 0.77 0.19 35.47 0.62 0.5
Hex CF 8E 30 0 1F 4D 13 23 3E 32
Octal 317 216 60 0 37 115 23 43 76 62
Binary 11001111 10001110 110000 0 11111 1001101 10011 100011 111110 110010

Color Harmonies of #CF8E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E30

Black with #CF8E30

Text Example


Text Example

White with #CF8E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E30; }

 p { color: rgb(207,142,48); }

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

background-color css

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

 a { background-color: rgb(207,142,48); }

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

border-color css

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

 span { border-color: rgb(207,142,48); }

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