Html Css Color HEX #C88F2D Fuel Yellow

📋 copy color: '#C88F2D'

red 200 ◦ green 143 ◦ blue 45

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

Shades of Fuel Yellow #C88F2D

Tints of Fuel Yellow #C88F2D

RGB

 RED value IS 200 (78.52% from 255) = 51.55%

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 51.55%
G = 36.86%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C88F2D (or 0xC88F2D) is known color: Fuel Yellow. HEX triplet: C8, 8F and 2D. RGB value is (200,143,45). Sum of RGB (Red+Green+Blue) = 200+143+45=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F2D is #3770D2. Grayscale: #959595. Windows color (decimal): -3633363 or 2985928. OLE color: 2985928.

HSL color Cylindrical-coordinate representation of color #C88F2D: hue angle of 37.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C88F2D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 45 -
CMYK 0 0.28 0.78 0.22
HSL 37.94º 0.63% 0.48% -
HSV(B) 37.94º 0.78% 0.78% -
XYZ 34.12 32.11 6.88 -
YUV 148.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 200 143 45 0 0.28 0.78 0.22 37.94 0.63 0.48
Hex C8 8F 2D 0 1C 4E 16 26 3F 30
Octal 310 217 55 0 34 116 26 46 77 60
Binary 11001000 10001111 101101 0 11100 1001110 10110 100110 111111 110000

Color Harmonies of #C88F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F2D

Black with #C88F2D

Text Example


Text Example

White with #C88F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F2D; }

 p { color: rgb(200,143,45); }

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

background-color css

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

 a { background-color: rgb(200,143,45); }

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

border-color css

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

 span { border-color: rgb(200,143,45); }

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