Html Css Color HEX #FC5E25 Outrageous Orange

📋 copy color: '#FC5E25'

red 252 ◦ green 94 ◦ blue 37

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

Shades of Outrageous Orange #FC5E25

Tints of Outrageous Orange #FC5E25

RGB

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

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

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

R = 65.8%
G = 24.54%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC5E25 (or 0xFC5E25) is known color: Outrageous Orange. HEX triplet: FC, 5E and 25. RGB value is (252,94,37). Sum of RGB (Red+Green+Blue) = 252+94+37=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E25 is #03A1DA. Grayscale: #878787. Windows color (decimal): -238043 or 2449148. OLE color: 2449148.

HSL color Cylindrical-coordinate representation of color #FC5E25: hue angle of 15.91º 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 #FC5E25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 37 -
CMYK 0 0.63 0.85 0.01
HSL 15.91º 0.97% 0.57% -
HSV(B) 15.91º 0.85% 0.99% -
XYZ 44.48 28.83 4.97 -
YUV 134.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 252 94 37 0 0.63 0.85 0.01 15.91 0.97 0.57
Hex FC 5E 25 0 3F 55 1 10 61 39
Octal 374 136 45 0 77 125 1 20 141 71
Binary 11111100 1011110 100101 0 111111 1010101 1 10000 1100001 111001

Color Harmonies of #FC5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E25

Black with #FC5E25

Text Example


Text Example

White with #FC5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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