Html Css Color HEX #FD7541 Burnt Orange

📋 copy color: '#FD7541'

red 253 ◦ green 117 ◦ blue 65

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

Shades of Burnt Orange #FD7541

Tints of Burnt Orange #FD7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 58.16%
G = 26.9%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD7541 (or 0xFD7541) is known color: Burnt Orange. HEX triplet: FD, 75 and 41. RGB value is (253,117,65). Sum of RGB (Red+Green+Blue) = 253+117+65=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7541 is #028ABE. Grayscale: #989898. Windows color (decimal): -166591 or 4290045. OLE color: 4290045.

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

Color convert

RGB 253 117 65 -
CMYK 0 0.54 0.74 0.01
HSL 16.6º 0.98% 0.62% -
HSV(B) 16.6º 0.74% 0.99% -
XYZ 47.82 33.99 9.04 -
YUV 151.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 253 117 65 0 0.54 0.74 0.01 16.6 0.98 0.62
Hex FD 75 41 0 36 4A 1 11 62 3E
Octal 375 165 101 0 66 112 1 21 142 76
Binary 11111101 1110101 1000001 0 110110 1001010 1 10001 1100010 111110

Color Harmonies of #FD7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7541

Black with #FD7541

Text Example


Text Example

White with #FD7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7541; }

 p { color: rgb(253,117,65); }

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

background-color css

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

 a { background-color: rgb(253,117,65); }

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

border-color css

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

 span { border-color: rgb(253,117,65); }

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