Html Css Color HEX #FC410F Orange Red

📋 copy color: '#FC410F'

red 252 ◦ green 65 ◦ blue 15

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

Shades of Orange Red #FC410F

Tints of Orange Red #FC410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 75.9%
G = 19.58%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC410F (or 0xFC410F) is known color: Orange Red. HEX triplet: FC, 41 and 0F. RGB value is (252,65,15). Sum of RGB (Red+Green+Blue) = 252+65+15=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC410F is #03BEF0. Grayscale: #737373. Windows color (decimal): -245489 or 999932. OLE color: 999932.

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

Color convert

RGB 252 65 15 -
CMYK 0 0.74 0.94 0.01
HSL 12.66º 0.98% 0.52% -
HSV(B) 12.66º 0.94% 0.99% -
XYZ 42.12 24.51 2.96 -
YUV 115.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 252 65 15 0 0.74 0.94 0.01 12.66 0.98 0.52
Hex FC 41 F 0 4A 5E 1 D 62 34
Octal 374 101 17 0 112 136 1 15 142 64
Binary 11111100 1000001 1111 0 1001010 1011110 1 1101 1100010 110100

Color Harmonies of #FC410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC410F

Black with #FC410F

Text Example


Text Example

White with #FC410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC410F; }

 p { color: rgb(252,65,15); }

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

background-color css

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

 a { background-color: rgb(252,65,15); }

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

border-color css

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

 span { border-color: rgb(252,65,15); }

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