Html Css Color HEX #FF5E2C Outrageous Orange

📋 copy color: '#FF5E2C'

red 255 ◦ green 94 ◦ blue 44

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

Shades of Outrageous Orange #FF5E2C

Tints of Outrageous Orange #FF5E2C

RGB

 RED value IS 255 (100% from 255) = 64.89%

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 64.89%
G = 23.92%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF5E2C (or 0xFF5E2C) is known color: Outrageous Orange. HEX triplet: FF, 5E and 2C. RGB value is (255,94,44). Sum of RGB (Red+Green+Blue) = 255+94+44=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E2C is #00A1D3. Grayscale: #888888. Windows color (decimal): -41428 or 2907903. OLE color: 2907903.

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

Color convert

RGB 255 94 44 -
CMYK 0 0.63 0.83 0
HSL 14.22º 1% 0.59% -
HSV(B) 14.22º 0.83% 1% -
XYZ 45.7 29.45 5.66 -
YUV 136.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 255 94 44 0 0.63 0.83 0 14.22 1 0.59
Hex FF 5E 2C 0 3F 53 0 E 64 3B
Octal 377 136 54 0 77 123 0 16 144 73
Binary 11111111 1011110 101100 0 111111 1010011 0 1110 1100100 111011

Color Harmonies of #FF5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E2C

Black with #FF5E2C

Text Example


Text Example

White with #FF5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E2C; }

 p { color: rgb(255,94,44); }

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

background-color css

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

 a { background-color: rgb(255,94,44); }

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

border-color css

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

 span { border-color: rgb(255,94,44); }

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