Html Css Color HEX #FF5C2E Outrageous Orange

📋 copy color: '#FF5C2E'

red 255 ◦ green 92 ◦ blue 46

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

Shades of Outrageous Orange #FF5C2E

Tints of Outrageous Orange #FF5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 64.89%
G = 23.41%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF5C2E (or 0xFF5C2E) is known color: Outrageous Orange. HEX triplet: FF, 5C and 2E. RGB value is (255,92,46). Sum of RGB (Red+Green+Blue) = 255+92+46=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C2E is #00A3D1. Grayscale: #878787. Windows color (decimal): -41938 or 3038463. OLE color: 3038463.

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

Color convert

RGB 255 92 46 -
CMYK 0 0.64 0.82 0
HSL 13.21º 1% 0.59% -
HSV(B) 13.21º 0.82% 1% -
XYZ 45.56 29.11 5.8 -
YUV 135.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 255 92 46 0 0.64 0.82 0 13.21 1 0.59
Hex FF 5C 2E 0 40 52 0 D 64 3B
Octal 377 134 56 0 100 122 0 15 144 73
Binary 11111111 1011100 101110 0 1000000 1010010 0 1101 1100100 111011

Color Harmonies of #FF5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5C2E

Black with #FF5C2E

Text Example


Text Example

White with #FF5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5C2E; }

 p { color: rgb(255,92,46); }

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

background-color css

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

 a { background-color: rgb(255,92,46); }

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

border-color css

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

 span { border-color: rgb(255,92,46); }

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