Html Css Color HEX #C99A35 Fuel Yellow

📋 copy color: '#C99A35'

red 201 ◦ green 154 ◦ blue 53

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

Shades of Fuel Yellow #C99A35

Tints of Fuel Yellow #C99A35

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

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

R = 49.26%
G = 37.75%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C99A35 (or 0xC99A35) is known color: Fuel Yellow. HEX triplet: C9, 9A and 35. RGB value is (201,154,53). Sum of RGB (Red+Green+Blue) = 201+154+53=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A35 is #3665CA. Grayscale: #9C9C9C. Windows color (decimal): -3565003 or 3513033. OLE color: 3513033.

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

Color convert

RGB 201 154 53 -
CMYK 0 0.23 0.74 0.21
HSL 40.95º 0.58% 0.5% -
HSV(B) 40.95º 0.74% 0.79% -
XYZ 36.29 35.79 8.36 -
YUV 156.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 201 154 53 0 0.23 0.74 0.21 40.95 0.58 0.5
Hex C9 9A 35 0 17 4A 15 29 3A 32
Octal 311 232 65 0 27 112 25 51 72 62
Binary 11001001 10011010 110101 0 10111 1001010 10101 101001 111010 110010

Color Harmonies of #C99A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A35

Black with #C99A35

Text Example


Text Example

White with #C99A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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