Html Css Color HEX #FC4A23 Red Orange

📋 copy color: '#FC4A23'

red 252 ◦ green 74 ◦ blue 35

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

Shades of Red Orange #FC4A23

Tints of Red Orange #FC4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 69.81%
G = 20.5%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC4A23 (or 0xFC4A23) is known color: Red Orange. HEX triplet: FC, 4A and 23. RGB value is (252,74,35). Sum of RGB (Red+Green+Blue) = 252+74+35=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A23 is #03B5DC. Grayscale: #7B7B7B. Windows color (decimal): -243165 or 2312956. OLE color: 2312956.

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

Color convert

RGB 252 74 35 -
CMYK 0 0.71 0.86 0.01
HSL 10.78º 0.97% 0.56% -
HSV(B) 10.78º 0.86% 0.99% -
XYZ 42.9 25.71 4.29 -
YUV 122.78 78.47 220.17 -
System Red Green Blue C M Y K H S L
Decimal 252 74 35 0 0.71 0.86 0.01 10.78 0.97 0.56
Hex FC 4A 23 0 47 56 1 B 61 38
Octal 374 112 43 0 107 126 1 13 141 70
Binary 11111100 1001010 100011 0 1000111 1010110 1 1011 1100001 111000

Color Harmonies of #FC4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A23

Black with #FC4A23

Text Example


Text Example

White with #FC4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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