Html Css Color HEX #C98E2B Fuel Yellow

📋 copy color: '#C98E2B'

red 201 ◦ green 142 ◦ blue 43

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

Shades of Fuel Yellow #C98E2B

Tints of Fuel Yellow #C98E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 52.07%
G = 36.79%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C98E2B (or 0xC98E2B) is known color: Fuel Yellow. HEX triplet: C9, 8E and 2B. RGB value is (201,142,43). Sum of RGB (Red+Green+Blue) = 201+142+43=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E2B is #3671D4. Grayscale: #949494. Windows color (decimal): -3568085 or 2854601. OLE color: 2854601.

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

Color convert

RGB 201 142 43 -
CMYK 0 0.29 0.79 0.21
HSL 37.59º 0.65% 0.48% -
HSV(B) 37.59º 0.79% 0.79% -
XYZ 34.2 31.94 6.65 -
YUV 148.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 201 142 43 0 0.29 0.79 0.21 37.59 0.65 0.48
Hex C9 8E 2B 0 1D 4F 15 26 41 30
Octal 311 216 53 0 35 117 25 46 101 60
Binary 11001001 10001110 101011 0 11101 1001111 10101 100110 1000001 110000

Color Harmonies of #C98E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E2B

Black with #C98E2B

Text Example


Text Example

White with #C98E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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