Html Css Color HEX #FE6C25 Burnt Orange

📋 copy color: '#FE6C25'

red 254 ◦ green 108 ◦ blue 37

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

Shades of Burnt Orange #FE6C25

Tints of Burnt Orange #FE6C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 37 (14.84% from 255) = 9.27%

R = 63.66%
G = 27.07%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE6C25 (or 0xFE6C25) is known color: Burnt Orange. HEX triplet: FE, 6C and 25. RGB value is (254,108,37). Sum of RGB (Red+Green+Blue) = 254+108+37=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C25 is #0193DA. Grayscale: #8F8F8F. Windows color (decimal): -103387 or 2452734. OLE color: 2452734.

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

Color convert

RGB 254 108 37 -
CMYK 0 0.57 0.85 0.00
HSL 19.63º 0.99% 0.57% -
HSV(B) 19.63º 0.85% 1% -
XYZ 46.57 31.93 5.46 -
YUV 143.56 67.87 206.77 -
System Red Green Blue C M Y K H S L
Decimal 254 108 37 0 0.57 0.85 0.00 19.63 0.99 0.57
Hex FE 6C 25 0 39 55 0 14 63 39
Octal 376 154 45 0 71 125 0 24 143 71
Binary 11111110 1101100 100101 0 111001 1010101 0 10100 1100011 111001

Color Harmonies of #FE6C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C25

Black with #FE6C25

Text Example


Text Example

White with #FE6C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C25; }

 p { color: rgb(254,108,37); }

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

background-color css

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

 a { background-color: rgb(254,108,37); }

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

border-color css

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

 span { border-color: rgb(254,108,37); }

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