Html Css Color HEX #FD7240 Burnt Orange

📋 copy color: '#FD7240'

red 253 ◦ green 114 ◦ blue 64

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

Shades of Burnt Orange #FD7240

Tints of Burnt Orange #FD7240

RGB

 RED value IS 253 (99.22% from 255) = 58.7%

 GREEN value IS 114 (44.92% from 255) = 26.45%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 58.7%
G = 26.45%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD7240 (or 0xFD7240) is known color: Burnt Orange. HEX triplet: FD, 72 and 40. RGB value is (253,114,64). Sum of RGB (Red+Green+Blue) = 253+114+64=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7240 is #028DBF. Grayscale: #969696. Windows color (decimal): -167360 or 4223741. OLE color: 4223741.

HSL color Cylindrical-coordinate representation of color #FD7240: hue angle of 15.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD7240 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 64 -
CMYK 0 0.55 0.75 0.01
HSL 15.87º 0.98% 0.62% -
HSV(B) 15.87º 0.75% 0.99% -
XYZ 47.45 33.29 8.77 -
YUV 149.86 79.55 201.57 -
System Red Green Blue C M Y K H S L
Decimal 253 114 64 0 0.55 0.75 0.01 15.87 0.98 0.62
Hex FD 72 40 0 37 4B 1 10 62 3E
Octal 375 162 100 0 67 113 1 20 142 76
Binary 11111101 1110010 1000000 0 110111 1001011 1 10000 1100010 111110

Color Harmonies of #FD7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7240

Black with #FD7240

Text Example


Text Example

White with #FD7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7240; }

 p { color: rgb(253,114,64); }

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

background-color css

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

 a { background-color: rgb(253,114,64); }

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

border-color css

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

 span { border-color: rgb(253,114,64); }

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