Html Css Color HEX #D4962F Fuel Yellow

📋 copy color: '#D4962F'

red 212 ◦ green 150 ◦ blue 47

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

Shades of Fuel Yellow #D4962F

Tints of Fuel Yellow #D4962F

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 51.83%
G = 36.67%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4962F (or 0xD4962F) is known color: Fuel Yellow. HEX triplet: D4, 96 and 2F. RGB value is (212,150,47). Sum of RGB (Red+Green+Blue) = 212+150+47=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4962F is #2B69D0. Grayscale: #9D9D9D. Windows color (decimal): -2845137 or 3118804. OLE color: 3118804.

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

Color convert

RGB 212 150 47 -
CMYK 0 0.29 0.78 0.17
HSL 37.45º 0.66% 0.51% -
HSV(B) 37.45º 0.78% 0.83% -
XYZ 38.57 36.01 7.61 -
YUV 156.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 212 150 47 0 0.29 0.78 0.17 37.45 0.66 0.51
Hex D4 96 2F 0 1D 4E 11 25 42 33
Octal 324 226 57 0 35 116 21 45 102 63
Binary 11010100 10010110 101111 0 11101 1001110 10001 100101 1000010 110011

Color Harmonies of #D4962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4962F

Black with #D4962F

Text Example


Text Example

White with #D4962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4962F; }

 p { color: rgb(212,150,47); }

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

background-color css

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

 a { background-color: rgb(212,150,47); }

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

border-color css

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

 span { border-color: rgb(212,150,47); }

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