Html Css Color HEX #CA982D Fuel Yellow

📋 copy color: '#CA982D'

red 202 ◦ green 152 ◦ blue 45

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

Shades of Fuel Yellow #CA982D

Tints of Fuel Yellow #CA982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 50.63%
G = 38.1%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA982D (or 0xCA982D) is known color: Fuel Yellow. HEX triplet: CA, 98 and 2D. RGB value is (202,152,45). Sum of RGB (Red+Green+Blue) = 202+152+45=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA982D is #3567D2. Grayscale: #9B9B9B. Windows color (decimal): -3499987 or 2988234. OLE color: 2988234.

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

Color convert

RGB 202 152 45 -
CMYK 0 0.25 0.78 0.21
HSL 40.89º 0.64% 0.48% -
HSV(B) 40.89º 0.78% 0.79% -
XYZ 36.06 35.2 7.38 -
YUV 154.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 202 152 45 0 0.25 0.78 0.21 40.89 0.64 0.48
Hex CA 98 2D 0 19 4E 15 29 40 30
Octal 312 230 55 0 31 116 25 51 100 60
Binary 11001010 10011000 101101 0 11001 1001110 10101 101001 1000000 110000

Color Harmonies of #CA982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA982D

Black with #CA982D

Text Example


Text Example

White with #CA982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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