Html Css Color HEX #D0952F Fuel Yellow

📋 copy color: '#D0952F'

red 208 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #D0952F

Tints of Fuel Yellow #D0952F

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 51.49%
G = 36.88%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0952F (or 0xD0952F) is known color: Fuel Yellow. HEX triplet: D0, 95 and 2F. RGB value is (208,149,47). Sum of RGB (Red+Green+Blue) = 208+149+47=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0952F is #2F6AD0. Grayscale: #9B9B9B. Windows color (decimal): -3107537 or 3118544. OLE color: 3118544.

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

Color convert

RGB 208 149 47 -
CMYK 0 0.28 0.77 0.18
HSL 38.01º 0.63% 0.5% -
HSV(B) 38.01º 0.77% 0.82% -
XYZ 37.27 35.11 7.5 -
YUV 155.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 208 149 47 0 0.28 0.77 0.18 38.01 0.63 0.5
Hex D0 95 2F 0 1C 4D 12 26 3F 32
Octal 320 225 57 0 34 115 22 46 77 62
Binary 11010000 10010101 101111 0 11100 1001101 10010 100110 111111 110010

Color Harmonies of #D0952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0952F

Black with #D0952F

Text Example


Text Example

White with #D0952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0952F; }

 p { color: rgb(208,149,47); }

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

background-color css

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

 a { background-color: rgb(208,149,47); }

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

border-color css

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

 span { border-color: rgb(208,149,47); }

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