Html Css Color HEX #D5912F Fuel Yellow

📋 copy color: '#D5912F'

red 213 ◦ green 145 ◦ blue 47

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

Shades of Fuel Yellow #D5912F

Tints of Fuel Yellow #D5912F

RGB

 RED value IS 213 (83.59% from 255) = 52.59%

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 52.59%
G = 35.8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5912F (or 0xD5912F) is known color: Fuel Yellow. HEX triplet: D5, 91 and 2F. RGB value is (213,145,47). Sum of RGB (Red+Green+Blue) = 213+145+47=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5912F is #2A6ED0. Grayscale: #9A9A9A. Windows color (decimal): -2780881 or 3117525. OLE color: 3117525.

HSL color Cylindrical-coordinate representation of color #D5912F: hue angle of 35.42º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5912F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 47 -
CMYK 0 0.32 0.78 0.16
HSL 35.42º 0.66% 0.51% -
HSV(B) 35.42º 0.78% 0.84% -
XYZ 38.08 34.6 7.36 -
YUV 154.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 213 145 47 0 0.32 0.78 0.16 35.42 0.66 0.51
Hex D5 91 2F 0 20 4E 10 23 42 33
Octal 325 221 57 0 40 116 20 43 102 63
Binary 11010101 10010001 101111 0 100000 1001110 10000 100011 1000010 110011

Color Harmonies of #D5912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5912F

Black with #D5912F

Text Example


Text Example

White with #D5912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5912F; }

 p { color: rgb(213,145,47); }

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

background-color css

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

 a { background-color: rgb(213,145,47); }

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

border-color css

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

 span { border-color: rgb(213,145,47); }

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