Html Css Color HEX #FC4123 Red Orange

📋 copy color: '#FC4123'

red 252 ◦ green 65 ◦ blue 35

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

Shades of Red Orange #FC4123

Tints of Red Orange #FC4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 71.59%
G = 18.47%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC4123 (or 0xFC4123) is known color: Red Orange. HEX triplet: FC, 41 and 23. RGB value is (252,65,35). Sum of RGB (Red+Green+Blue) = 252+65+35=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4123 is #03BEDC. Grayscale: #757575. Windows color (decimal): -245469 or 2310652. OLE color: 2310652.

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

Color convert

RGB 252 65 35 -
CMYK 0 0.74 0.86 0.01
HSL 8.29º 0.97% 0.56% -
HSV(B) 8.29º 0.86% 0.99% -
XYZ 42.34 24.6 4.11 -
YUV 117.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 252 65 35 0 0.74 0.86 0.01 8.29 0.97 0.56
Hex FC 41 23 0 4A 56 1 8 61 38
Octal 374 101 43 0 112 126 1 10 141 70
Binary 11111100 1000001 100011 0 1001010 1010110 1 1000 1100001 111000

Color Harmonies of #FC4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4123

Black with #FC4123

Text Example


Text Example

White with #FC4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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