Html Css Color HEX #D5902F Fuel Yellow

📋 copy color: '#D5902F'

red 213 ◦ green 144 ◦ blue 47

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

Shades of Fuel Yellow #D5902F

Tints of Fuel Yellow #D5902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 52.72%
G = 35.64%
B = 11.63%

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

#D5902F (or 0xD5902F) is known color: Fuel Yellow. HEX triplet: D5, 90 and 2F. RGB value is (213,144,47). Sum of RGB (Red+Green+Blue) = 213+144+47=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5902F is #2A6FD0. Grayscale: #9A9A9A. Windows color (decimal): -2781137 or 3117269. OLE color: 3117269.

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

Color convert

RGB 213 144 47 -
CMYK 0 0.32 0.78 0.16
HSL 35.06º 0.66% 0.51% -
HSV(B) 35.06º 0.78% 0.84% -
XYZ 37.93 34.3 7.31 -
YUV 153.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 213 144 47 0 0.32 0.78 0.16 35.06 0.66 0.51
Hex D5 90 2F 0 20 4E 10 23 42 33
Octal 325 220 57 0 40 116 20 43 102 63
Binary 11010101 10010000 101111 0 100000 1001110 10000 100011 1000010 110011

Color Harmonies of #D5902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5902F

Black with #D5902F

Text Example


Text Example

White with #D5902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5902F; }

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

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

background-color css

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

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

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

border-color css

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

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

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