Html Css Color HEX #FC3805 Orange Red

📋 copy color: '#FC3805'

red 252 ◦ green 56 ◦ blue 5

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

Shades of Orange Red #FC3805

Tints of Orange Red #FC3805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

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

R = 80.51%
G = 17.89%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC3805 (or 0xFC3805) is known color: Orange Red. HEX triplet: FC, 38 and 05. RGB value is (252,56,5). Sum of RGB (Red+Green+Blue) = 252+56+5=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3805 is #03C7FA. Grayscale: #6D6D6D. Windows color (decimal): -247803 or 342268. OLE color: 342268.

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

Color convert

RGB 252 56 5 -
CMYK 0 0.78 0.98 0.01
HSL 12.39º 0.98% 0.5% -
HSV(B) 12.39º 0.98% 0.99% -
XYZ 41.59 23.53 2.49 -
YUV 108.79 69.43 230.15 -
System Red Green Blue C M Y K H S L
Decimal 252 56 5 0 0.78 0.98 0.01 12.39 0.98 0.5
Hex FC 38 5 0 4E 62 1 C 62 32
Octal 374 70 5 0 116 142 1 14 142 62
Binary 11111100 111000 101 0 1001110 1100010 1 1100 1100010 110010

Color Harmonies of #FC3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3805

Black with #FC3805

Text Example


Text Example

White with #FC3805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3805; }

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

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

background-color css

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

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

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

border-color css

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

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

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