Html Css Color HEX #CA8E31 Fuel Yellow

📋 copy color: '#CA8E31'

red 202 ◦ green 142 ◦ blue 49

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

Shades of Fuel Yellow #CA8E31

Tints of Fuel Yellow #CA8E31

RGB

 RED value IS 202 (79.3% from 255) = 51.4%

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

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

R = 51.4%
G = 36.13%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA8E31 (or 0xCA8E31) is known color: Fuel Yellow. HEX triplet: CA, 8E and 31. RGB value is (202,142,49). Sum of RGB (Red+Green+Blue) = 202+142+49=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E31 is #3571CE. Grayscale: #959595. Windows color (decimal): -3502543 or 3247818. OLE color: 3247818.

HSL color Cylindrical-coordinate representation of color #CA8E31: hue angle of 36.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA8E31 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 49 -
CMYK 0 0.30 0.76 0.21
HSL 36.47º 0.61% 0.49% -
HSV(B) 36.47º 0.76% 0.79% -
XYZ 34.58 32.12 7.28 -
YUV 149.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 202 142 49 0 0.30 0.76 0.21 36.47 0.61 0.49
Hex CA 8E 31 0 1E 4C 15 24 3D 31
Octal 312 216 61 0 36 114 25 44 75 61
Binary 11001010 10001110 110001 0 11110 1001100 10101 100100 111101 110001

Color Harmonies of #CA8E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E31

Black with #CA8E31

Text Example


Text Example

White with #CA8E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E31; }

 p { color: rgb(202,142,49); }

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

background-color css

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

 a { background-color: rgb(202,142,49); }

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

border-color css

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

 span { border-color: rgb(202,142,49); }

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