Html Css Color HEX #CA9436 Fuel Yellow

📋 copy color: '#CA9436'

red 202 ◦ green 148 ◦ blue 54

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

Shades of Fuel Yellow #CA9436

Tints of Fuel Yellow #CA9436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 50%
G = 36.63%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA9436 (or 0xCA9436) is known color: Fuel Yellow. HEX triplet: CA, 94 and 36. RGB value is (202,148,54). Sum of RGB (Red+Green+Blue) = 202+148+54=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9436 is #356BC9. Grayscale: #999999. Windows color (decimal): -3501002 or 3577034. OLE color: 3577034.

HSL color Cylindrical-coordinate representation of color #CA9436: hue angle of 38.11º 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 #CA9436 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 54 -
CMYK 0 0.27 0.73 0.21
HSL 38.11º 0.58% 0.5% -
HSV(B) 38.11º 0.73% 0.79% -
XYZ 35.61 34 8.18 -
YUV 153.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 202 148 54 0 0.27 0.73 0.21 38.11 0.58 0.5
Hex CA 94 36 0 1B 49 15 26 3A 32
Octal 312 224 66 0 33 111 25 46 72 62
Binary 11001010 10010100 110110 0 11011 1001001 10101 100110 111010 110010

Color Harmonies of #CA9436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9436

Black with #CA9436

Text Example


Text Example

White with #CA9436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9436; }

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

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

background-color css

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

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

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

border-color css

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

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

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