Html Css Color HEX #CA9129 Fuel Yellow

📋 copy color: '#CA9129'

red 202 ◦ green 145 ◦ blue 41

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

Shades of Fuel Yellow #CA9129

Tints of Fuel Yellow #CA9129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

 BLUE value IS 41 (16.41% from 255) = 10.57%

R = 52.06%
G = 37.37%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9129 (or 0xCA9129) is known color: Fuel Yellow. HEX triplet: CA, 91 and 29. RGB value is (202,145,41). Sum of RGB (Red+Green+Blue) = 202+145+41=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9129 is #356ED6. Grayscale: #969696. Windows color (decimal): -3501783 or 2724298. OLE color: 2724298.

HSL color Cylindrical-coordinate representation of color #CA9129: hue angle of 38.76º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9129 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 41 -
CMYK 0 0.28 0.80 0.21
HSL 38.76º 0.66% 0.48% -
HSV(B) 38.76º 0.8% 0.79% -
XYZ 34.88 32.97 6.62 -
YUV 150.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 202 145 41 0 0.28 0.80 0.21 38.76 0.66 0.48
Hex CA 91 29 0 1C 50 15 27 42 30
Octal 312 221 51 0 34 120 25 47 102 60
Binary 11001010 10010001 101001 0 11100 1010000 10101 100111 1000010 110000

Color Harmonies of #CA9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9129

Black with #CA9129

Text Example


Text Example

White with #CA9129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9129; }

 p { color: rgb(202,145,41); }

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

background-color css

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

 a { background-color: rgb(202,145,41); }

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

border-color css

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

 span { border-color: rgb(202,145,41); }

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