Html Css Color HEX #FE602D Outrageous Orange

📋 copy color: '#FE602D'

red 254 ◦ green 96 ◦ blue 45

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

Shades of Outrageous Orange #FE602D

Tints of Outrageous Orange #FE602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 64.3%
G = 24.3%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE602D (or 0xFE602D) is known color: Outrageous Orange. HEX triplet: FE, 60 and 2D. RGB value is (254,96,45). Sum of RGB (Red+Green+Blue) = 254+96+45=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE602D is #019FD2. Grayscale: #898989. Windows color (decimal): -106451 or 2973950. OLE color: 2973950.

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

Color convert

RGB 254 96 45 -
CMYK 0 0.62 0.82 0.00
HSL 14.64º 0.99% 0.59% -
HSV(B) 14.64º 0.82% 1% -
XYZ 45.53 29.63 5.8 -
YUV 137.43 75.85 211.15 -
System Red Green Blue C M Y K H S L
Decimal 254 96 45 0 0.62 0.82 0.00 14.64 0.99 0.59
Hex FE 60 2D 0 3E 52 0 F 63 3B
Octal 376 140 55 0 76 122 0 17 143 73
Binary 11111110 1100000 101101 0 111110 1010010 0 1111 1100011 111011

Color Harmonies of #FE602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE602D

Black with #FE602D

Text Example


Text Example

White with #FE602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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