Html Css Color HEX #FE6F27 Burnt Orange

📋 copy color: '#FE6F27'

red 254 ◦ green 111 ◦ blue 39

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

Shades of Burnt Orange #FE6F27

Tints of Burnt Orange #FE6F27

RGB

 RED value IS 254 (99.61% from 255) = 62.87%

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 62.87%
G = 27.48%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE6F27 (or 0xFE6F27) is known color: Burnt Orange. HEX triplet: FE, 6F and 27. RGB value is (254,111,39). Sum of RGB (Red+Green+Blue) = 254+111+39=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F27 is #0190D8. Grayscale: #919191. Windows color (decimal): -102617 or 2584574. OLE color: 2584574.

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

Color convert

RGB 254 111 39 -
CMYK 0 0.56 0.85 0.00
HSL 20.09º 0.99% 0.57% -
HSV(B) 20.09º 0.85% 1% -
XYZ 46.92 32.59 5.74 -
YUV 145.55 67.88 205.35 -
System Red Green Blue C M Y K H S L
Decimal 254 111 39 0 0.56 0.85 0.00 20.09 0.99 0.57
Hex FE 6F 27 0 38 55 0 14 63 39
Octal 376 157 47 0 70 125 0 24 143 71
Binary 11111110 1101111 100111 0 111000 1010101 0 10100 1100011 111001

Color Harmonies of #FE6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F27

Black with #FE6F27

Text Example


Text Example

White with #FE6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F27; }

 p { color: rgb(254,111,39); }

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

background-color css

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

 a { background-color: rgb(254,111,39); }

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

border-color css

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

 span { border-color: rgb(254,111,39); }

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