Html Css Color HEX #FF5023 Outrageous Orange

📋 copy color: '#FF5023'

red 255 ◦ green 80 ◦ blue 35

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

Shades of Outrageous Orange #FF5023

Tints of Outrageous Orange #FF5023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 68.92%
G = 21.62%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF5023 (or 0xFF5023) is known color: Outrageous Orange. HEX triplet: FF, 50 and 23. RGB value is (255,80,35). Sum of RGB (Red+Green+Blue) = 255+80+35=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5023 is #00AFDC. Grayscale: #7F7F7F. Windows color (decimal): -45021 or 2314495. OLE color: 2314495.

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

Color convert

RGB 255 80 35 -
CMYK 0 0.69 0.86 0
HSL 12.27º 1% 0.57% -
HSV(B) 12.27º 0.86% 1% -
XYZ 44.41 27.12 4.48 -
YUV 127.2 75.98 219.16 -
System Red Green Blue C M Y K H S L
Decimal 255 80 35 0 0.69 0.86 0 12.27 1 0.57
Hex FF 50 23 0 45 56 0 C 64 39
Octal 377 120 43 0 105 126 0 14 144 71
Binary 11111111 1010000 100011 0 1000101 1010110 0 1100 1100100 111001

Color Harmonies of #FF5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5023

Black with #FF5023

Text Example


Text Example

White with #FF5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5023; }

 p { color: rgb(255,80,35); }

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

background-color css

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

 a { background-color: rgb(255,80,35); }

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

border-color css

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

 span { border-color: rgb(255,80,35); }

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