Html Css Color HEX #CA9534 Fuel Yellow

📋 copy color: '#CA9534'

red 202 ◦ green 149 ◦ blue 52

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

Shades of Fuel Yellow #CA9534

Tints of Fuel Yellow #CA9534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 50.12%
G = 36.97%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA9534 (or 0xCA9534) is known color: Fuel Yellow. HEX triplet: CA, 95 and 34. RGB value is (202,149,52). Sum of RGB (Red+Green+Blue) = 202+149+52=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9534 is #356ACB. Grayscale: #9A9A9A. Windows color (decimal): -3500748 or 3446218. OLE color: 3446218.

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

Color convert

RGB 202 149 52 -
CMYK 0 0.26 0.74 0.21
HSL 38.8º 0.59% 0.5% -
HSV(B) 38.8º 0.74% 0.79% -
XYZ 35.72 34.3 7.99 -
YUV 153.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 202 149 52 0 0.26 0.74 0.21 38.8 0.59 0.5
Hex CA 95 34 0 1A 4A 15 27 3B 32
Octal 312 225 64 0 32 112 25 47 73 62
Binary 11001010 10010101 110100 0 11010 1001010 10101 100111 111011 110010

Color Harmonies of #CA9534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9534

Black with #CA9534

Text Example


Text Example

White with #CA9534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9534; }

 p { color: rgb(202,149,52); }

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

background-color css

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

 a { background-color: rgb(202,149,52); }

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

border-color css

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

 span { border-color: rgb(202,149,52); }

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