Html Css Color HEX #FC4316 Orange Red

📋 copy color: '#FC4316'

red 252 ◦ green 67 ◦ blue 22

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

Shades of Orange Red #FC4316

Tints of Orange Red #FC4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 73.9%
G = 19.65%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC4316 (or 0xFC4316) is known color: Orange Red. HEX triplet: FC, 43 and 16. RGB value is (252,67,22). Sum of RGB (Red+Green+Blue) = 252+67+22=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4316 is #03BCE9. Grayscale: #757575. Windows color (decimal): -244970 or 1459196. OLE color: 1459196.

HSL color Cylindrical-coordinate representation of color #FC4316: hue angle of 11.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC4316 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 67 22 -
CMYK 0 0.73 0.91 0.01
HSL 11.74º 0.97% 0.54% -
HSV(B) 11.74º 0.91% 0.99% -
XYZ 42.3 24.77 3.31 -
YUV 117.19 74.29 224.16 -
System Red Green Blue C M Y K H S L
Decimal 252 67 22 0 0.73 0.91 0.01 11.74 0.97 0.54
Hex FC 43 16 0 49 5B 1 C 61 36
Octal 374 103 26 0 111 133 1 14 141 66
Binary 11111100 1000011 10110 0 1001001 1011011 1 1100 1100001 110110

Color Harmonies of #FC4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4316

Black with #FC4316

Text Example


Text Example

White with #FC4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4316; }

 p { color: rgb(252,67,22); }

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

background-color css

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

 a { background-color: rgb(252,67,22); }

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

border-color css

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

 span { border-color: rgb(252,67,22); }

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