Html Css Color HEX #FC5B25 Outrageous Orange

📋 copy color: '#FC5B25'

red 252 ◦ green 91 ◦ blue 37

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

Shades of Outrageous Orange #FC5B25

Tints of Outrageous Orange #FC5B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 66.32%
G = 23.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC5B25 (or 0xFC5B25) is known color: Outrageous Orange. HEX triplet: FC, 5B and 25. RGB value is (252,91,37). Sum of RGB (Red+Green+Blue) = 252+91+37=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5B25 is #03A4DA. Grayscale: #858585. Windows color (decimal): -238811 or 2448380. OLE color: 2448380.

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

Color convert

RGB 252 91 37 -
CMYK 0 0.64 0.85 0.01
HSL 15.07º 0.97% 0.57% -
HSV(B) 15.07º 0.85% 0.99% -
XYZ 44.22 28.31 4.88 -
YUV 132.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 252 91 37 0 0.64 0.85 0.01 15.07 0.97 0.57
Hex FC 5B 25 0 40 55 1 F 61 39
Octal 374 133 45 0 100 125 1 17 141 71
Binary 11111100 1011011 100101 0 1000000 1010101 1 1111 1100001 111001

Color Harmonies of #FC5B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B25

Black with #FC5B25

Text Example


Text Example

White with #FC5B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B25; }

 p { color: rgb(252,91,37); }

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

background-color css

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

 a { background-color: rgb(252,91,37); }

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

border-color css

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

 span { border-color: rgb(252,91,37); }

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