Html Css Color HEX #FE6F26 Burnt Orange

📋 copy color: '#FE6F26'

red 254 ◦ green 111 ◦ blue 38

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

Shades of Burnt Orange #FE6F26

Tints of Burnt Orange #FE6F26

RGB

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

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

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

R = 63.03%
G = 27.54%
B = 9.43%

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

#FE6F26 (or 0xFE6F26) is known color: Burnt Orange. HEX triplet: FE, 6F and 26. RGB value is (254,111,38). Sum of RGB (Red+Green+Blue) = 254+111+38=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F26 is #0190D9. Grayscale: #919191. Windows color (decimal): -102618 or 2519038. OLE color: 2519038.

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

Color convert

RGB 254 111 38 -
CMYK 0 0.56 0.85 0.00
HSL 20.28º 0.99% 0.57% -
HSV(B) 20.28º 0.85% 1% -
XYZ 46.91 32.58 5.65 -
YUV 145.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 254 111 38 0 0.56 0.85 0.00 20.28 0.99 0.57
Hex FE 6F 26 0 38 55 0 14 63 39
Octal 376 157 46 0 70 125 0 24 143 71
Binary 11111110 1101111 100110 0 111000 1010101 0 10100 1100011 111001

Color Harmonies of #FE6F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F26

Black with #FE6F26

Text Example


Text Example

White with #FE6F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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