Html Css Color HEX #CF8B32 Fuel Yellow

📋 copy color: '#CF8B32'

red 207 ◦ green 139 ◦ blue 50

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

Shades of Fuel Yellow #CF8B32

Tints of Fuel Yellow #CF8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 52.27%
G = 35.1%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8B32 (or 0xCF8B32) is known color: Fuel Yellow. HEX triplet: CF, 8B and 32. RGB value is (207,139,50). Sum of RGB (Red+Green+Blue) = 207+139+50=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B32 is #3074CD. Grayscale: #959595. Windows color (decimal): -3175630 or 3312591. OLE color: 3312591.

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

Color convert

RGB 207 139 50 -
CMYK 0 0.33 0.76 0.19
HSL 34.01º 0.62% 0.5% -
HSV(B) 34.01º 0.76% 0.81% -
XYZ 35.54 31.96 7.31 -
YUV 149.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 207 139 50 0 0.33 0.76 0.19 34.01 0.62 0.5
Hex CF 8B 32 0 21 4C 13 22 3E 32
Octal 317 213 62 0 41 114 23 42 76 62
Binary 11001111 10001011 110010 0 100001 1001100 10011 100010 111110 110010

Color Harmonies of #CF8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B32

Black with #CF8B32

Text Example


Text Example

White with #CF8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B32; }

 p { color: rgb(207,139,50); }

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

background-color css

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

 a { background-color: rgb(207,139,50); }

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

border-color css

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

 span { border-color: rgb(207,139,50); }

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