Html Css Color HEX #CA952A Fuel Yellow

📋 copy color: '#CA952A'

red 202 ◦ green 149 ◦ blue 42

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

Shades of Fuel Yellow #CA952A

Tints of Fuel Yellow #CA952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 51.4%
G = 37.91%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA952A (or 0xCA952A) is known color: Fuel Yellow. HEX triplet: CA, 95 and 2A. RGB value is (202,149,42). Sum of RGB (Red+Green+Blue) = 202+149+42=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA952A is #356AD5. Grayscale: #999999. Windows color (decimal): -3500758 or 2790858. OLE color: 2790858.

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

Color convert

RGB 202 149 42 -
CMYK 0 0.26 0.79 0.21
HSL 40.13º 0.66% 0.48% -
HSV(B) 40.13º 0.79% 0.79% -
XYZ 35.52 34.22 6.92 -
YUV 152.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 202 149 42 0 0.26 0.79 0.21 40.13 0.66 0.48
Hex CA 95 2A 0 1A 4F 15 28 42 30
Octal 312 225 52 0 32 117 25 50 102 60
Binary 11001010 10010101 101010 0 11010 1001111 10101 101000 1000010 110000

Color Harmonies of #CA952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA952A

Black with #CA952A

Text Example


Text Example

White with #CA952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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