Html Css Color HEX #FE6C35 Burnt Orange

📋 copy color: '#FE6C35'

red 254 ◦ green 108 ◦ blue 53

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

Shades of Burnt Orange #FE6C35

Tints of Burnt Orange #FE6C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 61.2%
G = 26.02%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE6C35 (or 0xFE6C35) is known color: Burnt Orange. HEX triplet: FE, 6C and 35. RGB value is (254,108,53). Sum of RGB (Red+Green+Blue) = 254+108+53=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C35 is #0193CA. Grayscale: #919191. Windows color (decimal): -103371 or 3501310. OLE color: 3501310.

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

Color convert

RGB 254 108 53 -
CMYK 0 0.57 0.79 0.00
HSL 16.42º 0.99% 0.6% -
HSV(B) 16.42º 0.79% 1% -
XYZ 46.88 32.05 7.08 -
YUV 145.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 254 108 53 0 0.57 0.79 0.00 16.42 0.99 0.6
Hex FE 6C 35 0 39 4F 0 10 63 3C
Octal 376 154 65 0 71 117 0 20 143 74
Binary 11111110 1101100 110101 0 111001 1001111 0 10000 1100011 111100

Color Harmonies of #FE6C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C35

Black with #FE6C35

Text Example


Text Example

White with #FE6C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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