Html Css Color HEX #FE6535 Outrageous Orange

📋 copy color: '#FE6535'

red 254 ◦ green 101 ◦ blue 53

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

Shades of Outrageous Orange #FE6535

Tints of Outrageous Orange #FE6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

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

R = 62.25%
G = 24.75%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE6535 (or 0xFE6535) is known color: Outrageous Orange. HEX triplet: FE, 65 and 35. RGB value is (254,101,53). Sum of RGB (Red+Green+Blue) = 254+101+53=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6535 is #019ACA. Grayscale: #8D8D8D. Windows color (decimal): -105163 or 3499518. OLE color: 3499518.

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

Color convert

RGB 254 101 53 -
CMYK 0 0.60 0.79 0.00
HSL 14.33º 0.99% 0.6% -
HSV(B) 14.33º 0.79% 1% -
XYZ 46.17 30.64 6.85 -
YUV 141.28 78.19 208.4 -
System Red Green Blue C M Y K H S L
Decimal 254 101 53 0 0.60 0.79 0.00 14.33 0.99 0.6
Hex FE 65 35 0 3C 4F 0 E 63 3C
Octal 376 145 65 0 74 117 0 16 143 74
Binary 11111110 1100101 110101 0 111100 1001111 0 1110 1100011 111100

Color Harmonies of #FE6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6535

Black with #FE6535

Text Example


Text Example

White with #FE6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6535; }

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

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

background-color css

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

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

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

border-color css

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

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

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