Html Css Color HEX #CA9334 Fuel Yellow

📋 copy color: '#CA9334'

red 202 ◦ green 147 ◦ blue 52

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

Shades of Fuel Yellow #CA9334

Tints of Fuel Yellow #CA9334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 50.37%
G = 36.66%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA9334 (or 0xCA9334) is known color: Fuel Yellow. HEX triplet: CA, 93 and 34. RGB value is (202,147,52). Sum of RGB (Red+Green+Blue) = 202+147+52=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9334 is #356CCB. Grayscale: #999999. Windows color (decimal): -3501260 or 3445706. OLE color: 3445706.

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

Color convert

RGB 202 147 52 -
CMYK 0 0.27 0.74 0.21
HSL 38º 0.59% 0.5% -
HSV(B) 38º 0.74% 0.79% -
XYZ 35.41 33.67 7.88 -
YUV 152.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 202 147 52 0 0.27 0.74 0.21 38 0.59 0.5
Hex CA 93 34 0 1B 4A 15 26 3B 32
Octal 312 223 64 0 33 112 25 46 73 62
Binary 11001010 10010011 110100 0 11011 1001010 10101 100110 111011 110010

Color Harmonies of #CA9334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9334

Black with #CA9334

Text Example


Text Example

White with #CA9334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9334; }

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

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

background-color css

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

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

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

border-color css

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

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

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