Html Css Color HEX #CA8E32 Fuel Yellow

📋 copy color: '#CA8E32'

red 202 ◦ green 142 ◦ blue 50

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

Shades of Fuel Yellow #CA8E32

Tints of Fuel Yellow #CA8E32

RGB

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

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

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

R = 51.27%
G = 36.04%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA8E32 (or 0xCA8E32) is known color: Fuel Yellow. HEX triplet: CA, 8E and 32. RGB value is (202,142,50). Sum of RGB (Red+Green+Blue) = 202+142+50=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E32 is #3571CD. Grayscale: #959595. Windows color (decimal): -3502542 or 3313354. OLE color: 3313354.

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

Color convert

RGB 202 142 50 -
CMYK 0 0.30 0.75 0.21
HSL 36.32º 0.6% 0.49% -
HSV(B) 36.32º 0.75% 0.79% -
XYZ 34.61 32.13 7.4 -
YUV 149.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 202 142 50 0 0.30 0.75 0.21 36.32 0.6 0.49
Hex CA 8E 32 0 1E 4B 15 24 3C 31
Octal 312 216 62 0 36 113 25 44 74 61
Binary 11001010 10001110 110010 0 11110 1001011 10101 100100 111100 110001

Color Harmonies of #CA8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E32

Black with #CA8E32

Text Example


Text Example

White with #CA8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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