Html Css Color HEX #CA962F Fuel Yellow

📋 copy color: '#CA962F'

red 202 ◦ green 150 ◦ blue 47

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

Shades of Fuel Yellow #CA962F

Tints of Fuel Yellow #CA962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 50.63%
G = 37.59%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA962F (or 0xCA962F) is known color: Fuel Yellow. HEX triplet: CA, 96 and 2F. RGB value is (202,150,47). Sum of RGB (Red+Green+Blue) = 202+150+47=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA962F is #3569D0. Grayscale: #9A9A9A. Windows color (decimal): -3500497 or 3118794. OLE color: 3118794.

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

Color convert

RGB 202 150 47 -
CMYK 0 0.26 0.77 0.21
HSL 39.87º 0.62% 0.49% -
HSV(B) 39.87º 0.77% 0.79% -
XYZ 35.78 34.57 7.48 -
YUV 153.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 202 150 47 0 0.26 0.77 0.21 39.87 0.62 0.49
Hex CA 96 2F 0 1A 4D 15 28 3E 31
Octal 312 226 57 0 32 115 25 50 76 61
Binary 11001010 10010110 101111 0 11010 1001101 10101 101000 111110 110001

Color Harmonies of #CA962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA962F

Black with #CA962F

Text Example


Text Example

White with #CA962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA962F; }

 p { color: rgb(202,150,47); }

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

background-color css

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

 a { background-color: rgb(202,150,47); }

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

border-color css

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

 span { border-color: rgb(202,150,47); }

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