Html Css Color HEX #D5902D Fuel Yellow

📋 copy color: '#D5902D'

red 213 ◦ green 144 ◦ blue 45

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

Shades of Fuel Yellow #D5902D

Tints of Fuel Yellow #D5902D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 52.99%
G = 35.82%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5902D (or 0xD5902D) is known color: Fuel Yellow. HEX triplet: D5, 90 and 2D. RGB value is (213,144,45). Sum of RGB (Red+Green+Blue) = 213+144+45=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5902D is #2A6FD2. Grayscale: #999999. Windows color (decimal): -2781139 or 2986197. OLE color: 2986197.

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

Color convert

RGB 213 144 45 -
CMYK 0 0.32 0.79 0.16
HSL 35.36º 0.67% 0.51% -
HSV(B) 35.36º 0.79% 0.84% -
XYZ 37.89 34.28 7.1 -
YUV 153.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 213 144 45 0 0.32 0.79 0.16 35.36 0.67 0.51
Hex D5 90 2D 0 20 4F 10 23 43 33
Octal 325 220 55 0 40 117 20 43 103 63
Binary 11010101 10010000 101101 0 100000 1001111 10000 100011 1000011 110011

Color Harmonies of #D5902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5902D

Black with #D5902D

Text Example


Text Example

White with #D5902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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