Html Css Color HEX #FE602A Outrageous Orange

📋 copy color: '#FE602A'

red 254 ◦ green 96 ◦ blue 42

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

Shades of Outrageous Orange #FE602A

Tints of Outrageous Orange #FE602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 64.8%
G = 24.49%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE602A (or 0xFE602A) is known color: Outrageous Orange. HEX triplet: FE, 60 and 2A. RGB value is (254,96,42). Sum of RGB (Red+Green+Blue) = 254+96+42=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE602A is #019FD5. Grayscale: #898989. Windows color (decimal): -106454 or 2777342. OLE color: 2777342.

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

Color convert

RGB 254 96 42 -
CMYK 0 0.62 0.83 0.00
HSL 15.28º 0.99% 0.58% -
HSV(B) 15.28º 0.83% 1% -
XYZ 45.47 29.6 5.51 -
YUV 137.09 74.35 211.39 -
System Red Green Blue C M Y K H S L
Decimal 254 96 42 0 0.62 0.83 0.00 15.28 0.99 0.58
Hex FE 60 2A 0 3E 53 0 F 63 3A
Octal 376 140 52 0 76 123 0 17 143 72
Binary 11111110 1100000 101010 0 111110 1010011 0 1111 1100011 111010

Color Harmonies of #FE602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE602A

Black with #FE602A

Text Example


Text Example

White with #FE602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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