Html Css Color HEX #FD6D27 Burnt Orange

📋 copy color: '#FD6D27'

red 253 ◦ green 109 ◦ blue 39

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

Shades of Burnt Orange #FD6D27

Tints of Burnt Orange #FD6D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

 BLUE value IS 39 (15.63% from 255) = 9.73%

R = 63.09%
G = 27.18%
B = 9.73%

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

#FD6D27 (or 0xFD6D27) is known color: Burnt Orange. HEX triplet: FD, 6D and 27. RGB value is (253,109,39). Sum of RGB (Red+Green+Blue) = 253+109+39=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D27 is #0292D8. Grayscale: #909090. Windows color (decimal): -168665 or 2584061. OLE color: 2584061.

HSL color Cylindrical-coordinate representation of color #FD6D27: hue angle of 19.63º 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 #FD6D27 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 109 39 -
CMYK 0 0.57 0.85 0.01
HSL 19.63º 0.98% 0.57% -
HSV(B) 19.63º 0.85% 0.99% -
XYZ 46.34 31.97 5.65 -
YUV 144.08 68.71 205.69 -
System Red Green Blue C M Y K H S L
Decimal 253 109 39 0 0.57 0.85 0.01 19.63 0.98 0.57
Hex FD 6D 27 0 39 55 1 14 62 39
Octal 375 155 47 0 71 125 1 24 142 71
Binary 11111101 1101101 100111 0 111001 1010101 1 10100 1100010 111001

Color Harmonies of #FD6D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D27

Black with #FD6D27

Text Example


Text Example

White with #FD6D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D27; }

 p { color: rgb(253,109,39); }

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

background-color css

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

 a { background-color: rgb(253,109,39); }

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

border-color css

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

 span { border-color: rgb(253,109,39); }

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