Html Css Color HEX #FC420C Orange Red

📋 copy color: '#FC420C'

red 252 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #FC420C

Tints of Orange Red #FC420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 76.36%
G = 20%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC420C (or 0xFC420C) is known color: Orange Red. HEX triplet: FC, 42 and 0C. RGB value is (252,66,12). Sum of RGB (Red+Green+Blue) = 252+66+12=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC420C is #03BDF3. Grayscale: #737373. Windows color (decimal): -245236 or 803580. OLE color: 803580.

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

Color convert

RGB 252 66 12 -
CMYK 0 0.74 0.95 0.01
HSL 13.5º 0.98% 0.52% -
HSV(B) 13.5º 0.95% 0.99% -
XYZ 42.16 24.62 2.88 -
YUV 115.46 69.62 225.39 -
System Red Green Blue C M Y K H S L
Decimal 252 66 12 0 0.74 0.95 0.01 13.5 0.98 0.52
Hex FC 42 C 0 4A 5F 1 E 62 34
Octal 374 102 14 0 112 137 1 16 142 64
Binary 11111100 1000010 1100 0 1001010 1011111 1 1110 1100010 110100

Color Harmonies of #FC420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC420C

Black with #FC420C

Text Example


Text Example

White with #FC420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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