Html Css Color HEX #FE6625 Burnt Orange

📋 copy color: '#FE6625'

red 254 ◦ green 102 ◦ blue 37

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

Shades of Burnt Orange #FE6625

Tints of Burnt Orange #FE6625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

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

R = 64.63%
G = 25.95%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE6625 (or 0xFE6625) is known color: Burnt Orange. HEX triplet: FE, 66 and 25. RGB value is (254,102,37). Sum of RGB (Red+Green+Blue) = 254+102+37=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6625 is #0199DA. Grayscale: #8C8C8C. Windows color (decimal): -104923 or 2451198. OLE color: 2451198.

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

Color convert

RGB 254 102 37 -
CMYK 0 0.60 0.85 0.00
HSL 17.97º 0.99% 0.57% -
HSV(B) 17.97º 0.85% 1% -
XYZ 45.96 30.71 5.26 -
YUV 140.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 254 102 37 0 0.60 0.85 0.00 17.97 0.99 0.57
Hex FE 66 25 0 3C 55 0 12 63 39
Octal 376 146 45 0 74 125 0 22 143 71
Binary 11111110 1100110 100101 0 111100 1010101 0 10010 1100011 111001

Color Harmonies of #FE6625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6625

Black with #FE6625

Text Example


Text Example

White with #FE6625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6625; }

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

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

background-color css

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

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

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

border-color css

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

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

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