Html Css Color HEX #CA9A2E Fuel Yellow

📋 copy color: '#CA9A2E'

red 202 ◦ green 154 ◦ blue 46

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

Shades of Fuel Yellow #CA9A2E

Tints of Fuel Yellow #CA9A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 50.25%
G = 38.31%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA9A2E (or 0xCA9A2E) is known color: Fuel Yellow. HEX triplet: CA, 9A and 2E. RGB value is (202,154,46). Sum of RGB (Red+Green+Blue) = 202+154+46=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A2E is #3565D1. Grayscale: #9C9C9C. Windows color (decimal): -3499474 or 3054282. OLE color: 3054282.

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

Color convert

RGB 202 154 46 -
CMYK 0 0.24 0.77 0.21
HSL 41.54º 0.63% 0.49% -
HSV(B) 41.54º 0.77% 0.79% -
XYZ 36.41 35.87 7.59 -
YUV 156.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 202 154 46 0 0.24 0.77 0.21 41.54 0.63 0.49
Hex CA 9A 2E 0 18 4D 15 2A 3F 31
Octal 312 232 56 0 30 115 25 52 77 61
Binary 11001010 10011010 101110 0 11000 1001101 10101 101010 111111 110001

Color Harmonies of #CA9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A2E

Black with #CA9A2E

Text Example


Text Example

White with #CA9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A2E; }

 p { color: rgb(202,154,46); }

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

background-color css

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

 a { background-color: rgb(202,154,46); }

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

border-color css

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

 span { border-color: rgb(202,154,46); }

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