Html Css Color HEX #FC3423 Red Orange

📋 copy color: '#FC3423'

red 252 ◦ green 52 ◦ blue 35

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

Shades of Red Orange #FC3423

Tints of Red Orange #FC3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 74.34%
G = 15.34%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC3423 (or 0xFC3423) is known color: Red Orange. HEX triplet: FC, 34 and 23. RGB value is (252,52,35). Sum of RGB (Red+Green+Blue) = 252+52+35=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3423 is #03CBDC. Grayscale: #6E6E6E. Windows color (decimal): -248797 or 2307324. OLE color: 2307324.

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

Color convert

RGB 252 52 35 -
CMYK 0 0.79 0.86 0.01
HSL 4.7º 0.97% 0.56% -
HSV(B) 4.7º 0.86% 0.99% -
XYZ 41.68 23.27 3.89 -
YUV 109.86 85.76 229.38 -
System Red Green Blue C M Y K H S L
Decimal 252 52 35 0 0.79 0.86 0.01 4.7 0.97 0.56
Hex FC 34 23 0 4F 56 1 5 61 38
Octal 374 64 43 0 117 126 1 5 141 70
Binary 11111100 110100 100011 0 1001111 1010110 1 101 1100001 111000

Color Harmonies of #FC3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3423

Black with #FC3423

Text Example


Text Example

White with #FC3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3423; }

 p { color: rgb(252,52,35); }

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

background-color css

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

 a { background-color: rgb(252,52,35); }

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

border-color css

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

 span { border-color: rgb(252,52,35); }

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