Html Css Color HEX #CA982F Fuel Yellow

📋 copy color: '#CA982F'

red 202 ◦ green 152 ◦ blue 47

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

Shades of Fuel Yellow #CA982F

Tints of Fuel Yellow #CA982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 50.37%
G = 37.91%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA982F (or 0xCA982F) is known color: Fuel Yellow. HEX triplet: CA, 98 and 2F. RGB value is (202,152,47). Sum of RGB (Red+Green+Blue) = 202+152+47=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA982F is #3567D0. Grayscale: #9B9B9B. Windows color (decimal): -3499985 or 3119306. OLE color: 3119306.

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

Color convert

RGB 202 152 47 -
CMYK 0 0.25 0.77 0.21
HSL 40.65º 0.62% 0.49% -
HSV(B) 40.65º 0.77% 0.79% -
XYZ 36.1 35.22 7.58 -
YUV 154.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 202 152 47 0 0.25 0.77 0.21 40.65 0.62 0.49
Hex CA 98 2F 0 19 4D 15 29 3E 31
Octal 312 230 57 0 31 115 25 51 76 61
Binary 11001010 10011000 101111 0 11001 1001101 10101 101001 111110 110001

Color Harmonies of #CA982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA982F

Black with #CA982F

Text Example


Text Example

White with #CA982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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