Html Css Color HEX #CF8D31 Fuel Yellow

📋 copy color: '#CF8D31'

red 207 ◦ green 141 ◦ blue 49

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

Shades of Fuel Yellow #CF8D31

Tints of Fuel Yellow #CF8D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 52.14%
G = 35.52%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8D31 (or 0xCF8D31) is known color: Fuel Yellow. HEX triplet: CF, 8D and 31. RGB value is (207,141,49). Sum of RGB (Red+Green+Blue) = 207+141+49=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D31 is #3072CE. Grayscale: #969696. Windows color (decimal): -3175119 or 3247567. OLE color: 3247567.

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

Color convert

RGB 207 141 49 -
CMYK 0 0.32 0.76 0.19
HSL 34.94º 0.62% 0.5% -
HSV(B) 34.94º 0.76% 0.81% -
XYZ 35.81 32.54 7.3 -
YUV 150.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 207 141 49 0 0.32 0.76 0.19 34.94 0.62 0.5
Hex CF 8D 31 0 20 4C 13 23 3E 32
Octal 317 215 61 0 40 114 23 43 76 62
Binary 11001111 10001101 110001 0 100000 1001100 10011 100011 111110 110010

Color Harmonies of #CF8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D31

Black with #CF8D31

Text Example


Text Example

White with #CF8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D31; }

 p { color: rgb(207,141,49); }

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

background-color css

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

 a { background-color: rgb(207,141,49); }

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

border-color css

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

 span { border-color: rgb(207,141,49); }

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