Html Css Color HEX #C99435 Fuel Yellow

📋 copy color: '#C99435'

red 201 ◦ green 148 ◦ blue 53

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

Shades of Fuel Yellow #C99435

Tints of Fuel Yellow #C99435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 50%
G = 36.82%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C99435 (or 0xC99435) is known color: Fuel Yellow. HEX triplet: C9, 94 and 35. RGB value is (201,148,53). Sum of RGB (Red+Green+Blue) = 201+148+53=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C99435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99435 is #366BCA. Grayscale: #999999. Windows color (decimal): -3566539 or 3511497. OLE color: 3511497.

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

Color convert

RGB 201 148 53 -
CMYK 0 0.26 0.74 0.21
HSL 38.51º 0.58% 0.5% -
HSV(B) 38.51º 0.74% 0.79% -
XYZ 35.32 33.85 8.04 -
YUV 153.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 201 148 53 0 0.26 0.74 0.21 38.51 0.58 0.5
Hex C9 94 35 0 1A 4A 15 27 3A 32
Octal 311 224 65 0 32 112 25 47 72 62
Binary 11001001 10010100 110101 0 11010 1001010 10101 100111 111010 110010

Color Harmonies of #C99435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99435

Black with #C99435

Text Example


Text Example

White with #C99435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99435; }

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

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

background-color css

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

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

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

border-color css

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

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

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