Html Css Color HEX #C99635 Fuel Yellow

📋 copy color: '#C99635'

red 201 ◦ green 150 ◦ blue 53

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

Shades of Fuel Yellow #C99635

Tints of Fuel Yellow #C99635

RGB

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

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

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

R = 49.75%
G = 37.13%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C99635 (or 0xC99635) is known color: Fuel Yellow. HEX triplet: C9, 96 and 35. RGB value is (201,150,53). Sum of RGB (Red+Green+Blue) = 201+150+53=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C99635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99635 is #3669CA. Grayscale: #9A9A9A. Windows color (decimal): -3566027 or 3512009. OLE color: 3512009.

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

Color convert

RGB 201 150 53 -
CMYK 0 0.25 0.74 0.21
HSL 39.32º 0.58% 0.5% -
HSV(B) 39.32º 0.74% 0.79% -
XYZ 35.64 34.49 8.15 -
YUV 154.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 201 150 53 0 0.25 0.74 0.21 39.32 0.58 0.5
Hex C9 96 35 0 19 4A 15 27 3A 32
Octal 311 226 65 0 31 112 25 47 72 62
Binary 11001001 10010110 110101 0 11001 1001010 10101 100111 111010 110010

Color Harmonies of #C99635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99635

Black with #C99635

Text Example


Text Example

White with #C99635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99635; }

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

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

background-color css

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

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

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

border-color css

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

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

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