Html Css Color HEX #FE6628 Burnt Orange

📋 copy color: '#FE6628'

red 254 ◦ green 102 ◦ blue 40

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

Shades of Burnt Orange #FE6628

Tints of Burnt Orange #FE6628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.1%

R = 64.14%
G = 25.76%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE6628 (or 0xFE6628) is known color: Burnt Orange. HEX triplet: FE, 66 and 28. RGB value is (254,102,40). Sum of RGB (Red+Green+Blue) = 254+102+40=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6628 is #0199D7. Grayscale: #8C8C8C. Windows color (decimal): -104920 or 2647806. OLE color: 2647806.

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

Color convert

RGB 254 102 40 -
CMYK 0 0.60 0.84 0.00
HSL 17.38º 0.99% 0.58% -
HSV(B) 17.38º 0.84% 1% -
XYZ 46.01 30.73 5.51 -
YUV 140.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 254 102 40 0 0.60 0.84 0.00 17.38 0.99 0.58
Hex FE 66 28 0 3C 54 0 11 63 3A
Octal 376 146 50 0 74 124 0 21 143 72
Binary 11111110 1100110 101000 0 111100 1010100 0 10001 1100011 111010

Color Harmonies of #FE6628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6628

Black with #FE6628

Text Example


Text Example

White with #FE6628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6628; }

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

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

background-color css

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

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

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

border-color css

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

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

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