Html Css Color HEX #FC3A25 Red Orange

📋 copy color: '#FC3A25'

red 252 ◦ green 58 ◦ blue 37

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

Shades of Red Orange #FC3A25

Tints of Red Orange #FC3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

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

R = 72.62%
G = 16.71%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC3A25 (or 0xFC3A25) is known color: Red Orange. HEX triplet: FC, 3A and 25. RGB value is (252,58,37). Sum of RGB (Red+Green+Blue) = 252+58+37=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A25 is #03C5DA. Grayscale: #717171. Windows color (decimal): -247259 or 2439932. OLE color: 2439932.

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

Color convert

RGB 252 58 37 -
CMYK 0 0.77 0.85 0.01
HSL 5.86º 0.97% 0.57% -
HSV(B) 5.86º 0.85% 0.99% -
XYZ 41.99 23.86 4.14 -
YUV 113.61 84.77 226.71 -
System Red Green Blue C M Y K H S L
Decimal 252 58 37 0 0.77 0.85 0.01 5.86 0.97 0.57
Hex FC 3A 25 0 4D 55 1 6 61 39
Octal 374 72 45 0 115 125 1 6 141 71
Binary 11111100 111010 100101 0 1001101 1010101 1 110 1100001 111001

Color Harmonies of #FC3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A25

Black with #FC3A25

Text Example


Text Example

White with #FC3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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