Html Css Color HEX #FC5023 Outrageous Orange

📋 copy color: '#FC5023'

red 252 ◦ green 80 ◦ blue 35

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

Shades of Outrageous Orange #FC5023

Tints of Outrageous Orange #FC5023

RGB

 RED value IS 252 (98.83% from 255) = 68.66%

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

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

R = 68.66%
G = 21.8%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC5023 (or 0xFC5023) is known color: Outrageous Orange. HEX triplet: FC, 50 and 23. RGB value is (252,80,35). Sum of RGB (Red+Green+Blue) = 252+80+35=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5023 is #03AFDC. Grayscale: #7E7E7E. Windows color (decimal): -241629 or 2314492. OLE color: 2314492.

HSL color Cylindrical-coordinate representation of color #FC5023: hue angle of 12.44º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC5023 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 35 -
CMYK 0 0.68 0.86 0.01
HSL 12.44º 0.97% 0.56% -
HSV(B) 12.44º 0.86% 0.99% -
XYZ 43.32 26.55 4.43 -
YUV 126.3 76.48 217.66 -
System Red Green Blue C M Y K H S L
Decimal 252 80 35 0 0.68 0.86 0.01 12.44 0.97 0.56
Hex FC 50 23 0 44 56 1 C 61 38
Octal 374 120 43 0 104 126 1 14 141 70
Binary 11111100 1010000 100011 0 1000100 1010110 1 1100 1100001 111000

Color Harmonies of #FC5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5023

Black with #FC5023

Text Example


Text Example

White with #FC5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5023; }

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

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

background-color css

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

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

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

border-color css

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

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

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