Html Css Color HEX #FC3425 Red Orange

📋 copy color: '#FC3425'

red 252 ◦ green 52 ◦ blue 37

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

Shades of Red Orange #FC3425

Tints of Red Orange #FC3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 73.9%
G = 15.25%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC3425 (or 0xFC3425) is known color: Red Orange. HEX triplet: FC, 34 and 25. RGB value is (252,52,37). Sum of RGB (Red+Green+Blue) = 252+52+37=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3425 is #03CBDA. Grayscale: #6E6E6E. Windows color (decimal): -248795 or 2438396. OLE color: 2438396.

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

Color convert

RGB 252 52 37 -
CMYK 0 0.79 0.85 0.01
HSL 4.19º 0.97% 0.57% -
HSV(B) 4.19º 0.85% 0.99% -
XYZ 41.71 23.29 4.05 -
YUV 110.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 252 52 37 0 0.79 0.85 0.01 4.19 0.97 0.57
Hex FC 34 25 0 4F 55 1 4 61 39
Octal 374 64 45 0 117 125 1 4 141 71
Binary 11111100 110100 100101 0 1001111 1010101 1 100 1100001 111001

Color Harmonies of #FC3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3425

Black with #FC3425

Text Example


Text Example

White with #FC3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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