Html Css Color HEX #CA9E36 Fuel Yellow

📋 copy color: '#CA9E36'

red 202 ◦ green 158 ◦ blue 54

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

Shades of Fuel Yellow #CA9E36

Tints of Fuel Yellow #CA9E36

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 54 (21.48% from 255) = 13.04%

R = 48.79%
G = 38.16%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA9E36 (or 0xCA9E36) is known color: Fuel Yellow. HEX triplet: CA, 9E and 36. RGB value is (202,158,54). Sum of RGB (Red+Green+Blue) = 202+158+54=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E36 is #3561C9. Grayscale: #9F9F9F. Windows color (decimal): -3498442 or 3579594. OLE color: 3579594.

HSL color Cylindrical-coordinate representation of color #CA9E36: hue angle of 42.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA9E36 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 54 -
CMYK 0 0.22 0.73 0.21
HSL 42.16º 0.58% 0.5% -
HSV(B) 42.16º 0.73% 0.79% -
XYZ 37.25 37.28 8.72 -
YUV 159.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 202 158 54 0 0.22 0.73 0.21 42.16 0.58 0.5
Hex CA 9E 36 0 16 49 15 2A 3A 32
Octal 312 236 66 0 26 111 25 52 72 62
Binary 11001010 10011110 110110 0 10110 1001001 10101 101010 111010 110010

Color Harmonies of #CA9E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E36

Black with #CA9E36

Text Example


Text Example

White with #CA9E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E36; }

 p { color: rgb(202,158,54); }

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

background-color css

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

 a { background-color: rgb(202,158,54); }

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

border-color css

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

 span { border-color: rgb(202,158,54); }

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