Html Css Color HEX #D5942F Fuel Yellow

📋 copy color: '#D5942F'

red 213 ◦ green 148 ◦ blue 47

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

Shades of Fuel Yellow #D5942F

Tints of Fuel Yellow #D5942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

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

R = 52.21%
G = 36.27%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5942F (or 0xD5942F) is known color: Fuel Yellow. HEX triplet: D5, 94 and 2F. RGB value is (213,148,47). Sum of RGB (Red+Green+Blue) = 213+148+47=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5942F is #2A6BD0. Grayscale: #9C9C9C. Windows color (decimal): -2780113 or 3118293. OLE color: 3118293.

HSL color Cylindrical-coordinate representation of color #D5942F: hue angle of 36.51º 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 #D5942F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 47 -
CMYK 0 0.31 0.78 0.16
HSL 36.51º 0.66% 0.51% -
HSV(B) 36.51º 0.78% 0.84% -
XYZ 38.54 35.53 7.52 -
YUV 155.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 213 148 47 0 0.31 0.78 0.16 36.51 0.66 0.51
Hex D5 94 2F 0 1F 4E 10 25 42 33
Octal 325 224 57 0 37 116 20 45 102 63
Binary 11010101 10010100 101111 0 11111 1001110 10000 100101 1000010 110011

Color Harmonies of #D5942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5942F

Black with #D5942F

Text Example


Text Example

White with #D5942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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