Html Css Color HEX #FD6E29 Burnt Orange

📋 copy color: '#FD6E29'

red 253 ◦ green 110 ◦ blue 41

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

Shades of Burnt Orange #FD6E29

Tints of Burnt Orange #FD6E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 62.62%
G = 27.23%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD6E29 (or 0xFD6E29) is known color: Burnt Orange. HEX triplet: FD, 6E and 29. RGB value is (253,110,41). Sum of RGB (Red+Green+Blue) = 253+110+41=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E29 is #0291D6. Grayscale: #919191. Windows color (decimal): -168407 or 2715389. OLE color: 2715389.

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

Color convert

RGB 253 110 41 -
CMYK 0 0.57 0.84 0.01
HSL 19.53º 0.98% 0.58% -
HSV(B) 19.53º 0.84% 0.99% -
XYZ 46.48 32.19 5.86 -
YUV 144.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 253 110 41 0 0.57 0.84 0.01 19.53 0.98 0.58
Hex FD 6E 29 0 39 54 1 14 62 3A
Octal 375 156 51 0 71 124 1 24 142 72
Binary 11111101 1101110 101001 0 111001 1010100 1 10100 1100010 111010

Color Harmonies of #FD6E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E29

Black with #FD6E29

Text Example


Text Example

White with #FD6E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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