Html Css Color HEX #FC420F Orange Red

📋 copy color: '#FC420F'

red 252 ◦ green 66 ◦ blue 15

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

Shades of Orange Red #FC420F

Tints of Orange Red #FC420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 75.68%
G = 19.82%
B = 4.5%

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

#FC420F (or 0xFC420F) is known color: Orange Red. HEX triplet: FC, 42 and 0F. RGB value is (252,66,15). Sum of RGB (Red+Green+Blue) = 252+66+15=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC420F is #03BDF0. Grayscale: #747474. Windows color (decimal): -245233 or 1000188. OLE color: 1000188.

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

Color convert

RGB 252 66 15 -
CMYK 0 0.74 0.94 0.01
HSL 12.91º 0.98% 0.52% -
HSV(B) 12.91º 0.94% 0.99% -
XYZ 42.18 24.63 2.98 -
YUV 115.8 71.12 225.15 -
System Red Green Blue C M Y K H S L
Decimal 252 66 15 0 0.74 0.94 0.01 12.91 0.98 0.52
Hex FC 42 F 0 4A 5E 1 D 62 34
Octal 374 102 17 0 112 136 1 15 142 64
Binary 11111100 1000010 1111 0 1001010 1011110 1 1101 1100010 110100

Color Harmonies of #FC420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC420F

Black with #FC420F

Text Example


Text Example

White with #FC420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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