Html Css Color HEX #FE6629 Burnt Orange

📋 copy color: '#FE6629'

red 254 ◦ green 102 ◦ blue 41

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

Shades of Burnt Orange #FE6629

Tints of Burnt Orange #FE6629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 63.98%
G = 25.69%
B = 10.33%

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

#FE6629 (or 0xFE6629) is known color: Burnt Orange. HEX triplet: FE, 66 and 29. RGB value is (254,102,41). Sum of RGB (Red+Green+Blue) = 254+102+41=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6629 is #0199D6. Grayscale: #8C8C8C. Windows color (decimal): -104919 or 2713342. OLE color: 2713342.

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

Color convert

RGB 254 102 41 -
CMYK 0 0.60 0.84 0.00
HSL 17.18º 0.99% 0.58% -
HSV(B) 17.18º 0.84% 1% -
XYZ 46.02 30.73 5.6 -
YUV 140.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 254 102 41 0 0.60 0.84 0.00 17.18 0.99 0.58
Hex FE 66 29 0 3C 54 0 11 63 3A
Octal 376 146 51 0 74 124 0 21 143 72
Binary 11111110 1100110 101001 0 111100 1010100 0 10001 1100011 111010

Color Harmonies of #FE6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6629

Black with #FE6629

Text Example


Text Example

White with #FE6629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6629; }

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

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

background-color css

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

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

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

border-color css

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

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

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