Html Css Color HEX #FE6030 Outrageous Orange

📋 copy color: '#FE6030'

red 254 ◦ green 96 ◦ blue 48

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

Shades of Outrageous Orange #FE6030

Tints of Outrageous Orange #FE6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 63.82%
G = 24.12%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE6030 (or 0xFE6030) is known color: Outrageous Orange. HEX triplet: FE, 60 and 30. RGB value is (254,96,48). Sum of RGB (Red+Green+Blue) = 254+96+48=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6030 is #019FCF. Grayscale: #8A8A8A. Windows color (decimal): -106448 or 3170558. OLE color: 3170558.

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

Color convert

RGB 254 96 48 -
CMYK 0 0.62 0.81 0.00
HSL 13.98º 0.99% 0.59% -
HSV(B) 13.98º 0.81% 1% -
XYZ 45.59 29.65 6.12 -
YUV 137.77 77.35 210.9 -
System Red Green Blue C M Y K H S L
Decimal 254 96 48 0 0.62 0.81 0.00 13.98 0.99 0.59
Hex FE 60 30 0 3E 51 0 E 63 3B
Octal 376 140 60 0 76 121 0 16 143 73
Binary 11111110 1100000 110000 0 111110 1010001 0 1110 1100011 111011

Color Harmonies of #FE6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6030

Black with #FE6030

Text Example


Text Example

White with #FE6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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