Html Css Color HEX #FC470C Orange Red

📋 copy color: '#FC470C'

red 252 ◦ green 71 ◦ blue 12

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

Shades of Orange Red #FC470C

Tints of Orange Red #FC470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 75.22%
G = 21.19%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC470C (or 0xFC470C) is known color: Orange Red. HEX triplet: FC, 47 and 0C. RGB value is (252,71,12). Sum of RGB (Red+Green+Blue) = 252+71+12=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC470C is #03B8F3. Grayscale: #767676. Windows color (decimal): -243956 or 804860. OLE color: 804860.

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

Color convert

RGB 252 71 12 -
CMYK 0 0.72 0.95 0.01
HSL 14.75º 0.98% 0.52% -
HSV(B) 14.75º 0.95% 0.99% -
XYZ 42.46 25.23 2.98 -
YUV 118.39 67.97 223.3 -
System Red Green Blue C M Y K H S L
Decimal 252 71 12 0 0.72 0.95 0.01 14.75 0.98 0.52
Hex FC 47 C 0 48 5F 1 F 62 34
Octal 374 107 14 0 110 137 1 17 142 64
Binary 11111100 1000111 1100 0 1001000 1011111 1 1111 1100010 110100

Color Harmonies of #FC470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC470C

Black with #FC470C

Text Example


Text Example

White with #FC470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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