Html Css Color HEX #C98D35 Fuel Yellow

📋 copy color: '#C98D35'

red 201 ◦ green 141 ◦ blue 53

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

Shades of Fuel Yellow #C98D35

Tints of Fuel Yellow #C98D35

RGB

 RED value IS 201 (78.91% from 255) = 50.89%

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 50.89%
G = 35.7%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98D35 (or 0xC98D35) is known color: Fuel Yellow. HEX triplet: C9, 8D and 35. RGB value is (201,141,53). Sum of RGB (Red+Green+Blue) = 201+141+53=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D35 is #3672CA. Grayscale: #959595. Windows color (decimal): -3568331 or 3509705. OLE color: 3509705.

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

Color convert

RGB 201 141 53 -
CMYK 0 0.30 0.74 0.21
HSL 35.68º 0.58% 0.5% -
HSV(B) 35.68º 0.74% 0.79% -
XYZ 34.25 31.72 7.69 -
YUV 148.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 201 141 53 0 0.30 0.74 0.21 35.68 0.58 0.5
Hex C9 8D 35 0 1E 4A 15 24 3A 32
Octal 311 215 65 0 36 112 25 44 72 62
Binary 11001001 10001101 110101 0 11110 1001010 10101 100100 111010 110010

Color Harmonies of #C98D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D35

Black with #C98D35

Text Example


Text Example

White with #C98D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D35; }

 p { color: rgb(201,141,53); }

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

background-color css

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

 a { background-color: rgb(201,141,53); }

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

border-color css

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

 span { border-color: rgb(201,141,53); }

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