Html Css Color HEX #FC3905 Orange Red

📋 copy color: '#FC3905'

red 252 ◦ green 57 ◦ blue 5

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

Shades of Orange Red #FC3905

Tints of Orange Red #FC3905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 80.25%
G = 18.15%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC3905 (or 0xFC3905) is known color: Orange Red. HEX triplet: FC, 39 and 05. RGB value is (252,57,5). Sum of RGB (Red+Green+Blue) = 252+57+5=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3905 is #03C6FA. Grayscale: #6D6D6D. Windows color (decimal): -247547 or 342524. OLE color: 342524.

HSL color Cylindrical-coordinate representation of color #FC3905: hue angle of 12.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC3905 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 57 5 -
CMYK 0 0.77 0.98 0.01
HSL 12.63º 0.98% 0.5% -
HSV(B) 12.63º 0.98% 0.99% -
XYZ 41.64 23.63 2.51 -
YUV 109.38 69.1 229.73 -
System Red Green Blue C M Y K H S L
Decimal 252 57 5 0 0.77 0.98 0.01 12.63 0.98 0.5
Hex FC 39 5 0 4D 62 1 D 62 32
Octal 374 71 5 0 115 142 1 15 142 62
Binary 11111100 111001 101 0 1001101 1100010 1 1101 1100010 110010

Color Harmonies of #FC3905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3905

Black with #FC3905

Text Example


Text Example

White with #FC3905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3905; }

 p { color: rgb(252,57,5); }

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

background-color css

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

 a { background-color: rgb(252,57,5); }

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

border-color css

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

 span { border-color: rgb(252,57,5); }

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