Html Css Color HEX #C98E29 Fuel Yellow

📋 copy color: '#C98E29'

red 201 ◦ green 142 ◦ blue 41

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

Shades of Fuel Yellow #C98E29

Tints of Fuel Yellow #C98E29

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 41 (16.41% from 255) = 10.68%

R = 52.34%
G = 36.98%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98E29 (or 0xC98E29) is known color: Fuel Yellow. HEX triplet: C9, 8E and 29. RGB value is (201,142,41). Sum of RGB (Red+Green+Blue) = 201+142+41=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E29 is #3671D6. Grayscale: #949494. Windows color (decimal): -3568087 or 2723529. OLE color: 2723529.

HSL color Cylindrical-coordinate representation of color #C98E29: hue angle of 37.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98E29 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 41 -
CMYK 0 0.29 0.80 0.21
HSL 37.88º 0.66% 0.47% -
HSV(B) 37.88º 0.8% 0.79% -
XYZ 34.16 31.92 6.46 -
YUV 148.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 201 142 41 0 0.29 0.80 0.21 37.88 0.66 0.47
Hex C9 8E 29 0 1D 50 15 26 42 2F
Octal 311 216 51 0 35 120 25 46 102 57
Binary 11001001 10001110 101001 0 11101 1010000 10101 100110 1000010 101111

Color Harmonies of #C98E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E29

Black with #C98E29

Text Example


Text Example

White with #C98E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E29; }

 p { color: rgb(201,142,41); }

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

background-color css

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

 a { background-color: rgb(201,142,41); }

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

border-color css

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

 span { border-color: rgb(201,142,41); }

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