Html Css Color HEX #FD6E26 Burnt Orange

📋 copy color: '#FD6E26'

red 253 ◦ green 110 ◦ blue 38

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

Shades of Burnt Orange #FD6E26

Tints of Burnt Orange #FD6E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

 BLUE value IS 38 (15.23% from 255) = 9.48%

R = 63.09%
G = 27.43%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD6E26 (or 0xFD6E26) is known color: Burnt Orange. HEX triplet: FD, 6E and 26. RGB value is (253,110,38). Sum of RGB (Red+Green+Blue) = 253+110+38=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E26 is #0291D9. Grayscale: #909090. Windows color (decimal): -168410 or 2518781. OLE color: 2518781.

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

Color convert

RGB 253 110 38 -
CMYK 0 0.57 0.85 0.01
HSL 20.09º 0.98% 0.57% -
HSV(B) 20.09º 0.85% 0.99% -
XYZ 46.43 32.17 5.6 -
YUV 144.55 67.88 205.35 -
System Red Green Blue C M Y K H S L
Decimal 253 110 38 0 0.57 0.85 0.01 20.09 0.98 0.57
Hex FD 6E 26 0 39 55 1 14 62 39
Octal 375 156 46 0 71 125 1 24 142 71
Binary 11111101 1101110 100110 0 111001 1010101 1 10100 1100010 111001

Color Harmonies of #FD6E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E26

Black with #FD6E26

Text Example


Text Example

White with #FD6E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E26; }

 p { color: rgb(253,110,38); }

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

background-color css

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

 a { background-color: rgb(253,110,38); }

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

border-color css

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

 span { border-color: rgb(253,110,38); }

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