Html Css Color HEX #FC470D Orange Red

📋 copy color: '#FC470D'

red 252 ◦ green 71 ◦ blue 13

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

Shades of Orange Red #FC470D

Tints of Orange Red #FC470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 75%
G = 21.13%
B = 3.87%

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

#FC470D (or 0xFC470D) is known color: Orange Red. HEX triplet: FC, 47 and 0D. RGB value is (252,71,13). Sum of RGB (Red+Green+Blue) = 252+71+13=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC470D is #03B8F2. Grayscale: #767676. Windows color (decimal): -243955 or 870396. OLE color: 870396.

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

Color convert

RGB 252 71 13 -
CMYK 0 0.72 0.95 0.01
HSL 14.56º 0.98% 0.52% -
HSV(B) 14.56º 0.95% 0.99% -
XYZ 42.47 25.23 3.01 -
YUV 118.51 68.47 223.22 -
System Red Green Blue C M Y K H S L
Decimal 252 71 13 0 0.72 0.95 0.01 14.56 0.98 0.52
Hex FC 47 D 0 48 5F 1 F 62 34
Octal 374 107 15 0 110 137 1 17 142 64
Binary 11111100 1000111 1101 0 1001000 1011111 1 1111 1100010 110100

Color Harmonies of #FC470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC470D

Black with #FC470D

Text Example


Text Example

White with #FC470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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