Html Css Color HEX #FE6530 Outrageous Orange

📋 copy color: '#FE6530'

red 254 ◦ green 101 ◦ blue 48

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

Shades of Outrageous Orange #FE6530

Tints of Outrageous Orange #FE6530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 63.03%
G = 25.06%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE6530 (or 0xFE6530) is known color: Outrageous Orange. HEX triplet: FE, 65 and 30. RGB value is (254,101,48). Sum of RGB (Red+Green+Blue) = 254+101+48=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6530 is #019ACF. Grayscale: #8D8D8D. Windows color (decimal): -105168 or 3171838. OLE color: 3171838.

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

Color convert

RGB 254 101 48 -
CMYK 0 0.60 0.81 0.00
HSL 15.44º 0.99% 0.59% -
HSV(B) 15.44º 0.81% 1% -
XYZ 46.06 30.59 6.27 -
YUV 140.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 254 101 48 0 0.60 0.81 0.00 15.44 0.99 0.59
Hex FE 65 30 0 3C 51 0 F 63 3B
Octal 376 145 60 0 74 121 0 17 143 73
Binary 11111110 1100101 110000 0 111100 1010001 0 1111 1100011 111011

Color Harmonies of #FE6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6530

Black with #FE6530

Text Example


Text Example

White with #FE6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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