Html Css Color HEX #FC3619 Red Orange

📋 copy color: '#FC3619'

red 252 ◦ green 54 ◦ blue 25

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

Shades of Red Orange #FC3619

Tints of Red Orange #FC3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 76.13%
G = 16.31%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3619 (or 0xFC3619) is known color: Red Orange. HEX triplet: FC, 36 and 19. RGB value is (252,54,25). Sum of RGB (Red+Green+Blue) = 252+54+25=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3619 is #03C9E6. Grayscale: #6E6E6E. Windows color (decimal): -248295 or 1652476. OLE color: 1652476.

HSL color Cylindrical-coordinate representation of color #FC3619: hue angle of 7.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3619 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 54 25 -
CMYK 0 0.79 0.90 0.01
HSL 7.67º 0.97% 0.54% -
HSV(B) 7.67º 0.9% 0.99% -
XYZ 41.64 23.4 3.24 -
YUV 109.9 80.1 229.36 -
System Red Green Blue C M Y K H S L
Decimal 252 54 25 0 0.79 0.90 0.01 7.67 0.97 0.54
Hex FC 36 19 0 4F 5A 1 8 61 36
Octal 374 66 31 0 117 132 1 10 141 66
Binary 11111100 110110 11001 0 1001111 1011010 1 1000 1100001 110110

Color Harmonies of #FC3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3619

Black with #FC3619

Text Example


Text Example

White with #FC3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3619; }

 p { color: rgb(252,54,25); }

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

background-color css

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

 a { background-color: rgb(252,54,25); }

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

border-color css

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

 span { border-color: rgb(252,54,25); }

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