Html Css Color HEX #CA9E3A Fuel Yellow

📋 copy color: '#CA9E3A'

red 202 ◦ green 158 ◦ blue 58

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

Shades of Fuel Yellow #CA9E3A

Tints of Fuel Yellow #CA9E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 48.33%
G = 37.8%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA9E3A (or 0xCA9E3A) is known color: Fuel Yellow. HEX triplet: CA, 9E and 3A. RGB value is (202,158,58). Sum of RGB (Red+Green+Blue) = 202+158+58=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E3A is #3561C5. Grayscale: #A0A0A0. Windows color (decimal): -3498438 or 3841738. OLE color: 3841738.

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

Color convert

RGB 202 158 58 -
CMYK 0 0.22 0.71 0.21
HSL 41.67º 0.58% 0.51% -
HSV(B) 41.67º 0.71% 0.79% -
XYZ 37.35 37.32 9.24 -
YUV 159.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 202 158 58 0 0.22 0.71 0.21 41.67 0.58 0.51
Hex CA 9E 3A 0 16 47 15 2A 3A 33
Octal 312 236 72 0 26 107 25 52 72 63
Binary 11001010 10011110 111010 0 10110 1000111 10101 101010 111010 110011

Color Harmonies of #CA9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E3A

Black with #CA9E3A

Text Example


Text Example

White with #CA9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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