Html Css Color HEX #FC4423 Red Orange

📋 copy color: '#FC4423'

red 252 ◦ green 68 ◦ blue 35

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

Shades of Red Orange #FC4423

Tints of Red Orange #FC4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 70.99%
G = 19.15%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC4423 (or 0xFC4423) is known color: Red Orange. HEX triplet: FC, 44 and 23. RGB value is (252,68,35). Sum of RGB (Red+Green+Blue) = 252+68+35=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4423 is #03BBDC. Grayscale: #777777. Windows color (decimal): -244701 or 2311420. OLE color: 2311420.

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

Color convert

RGB 252 68 35 -
CMYK 0 0.73 0.86 0.01
HSL 9.12º 0.97% 0.56% -
HSV(B) 9.12º 0.86% 0.99% -
XYZ 42.52 24.95 4.17 -
YUV 119.25 80.46 222.68 -
System Red Green Blue C M Y K H S L
Decimal 252 68 35 0 0.73 0.86 0.01 9.12 0.97 0.56
Hex FC 44 23 0 49 56 1 9 61 38
Octal 374 104 43 0 111 126 1 11 141 70
Binary 11111100 1000100 100011 0 1001001 1010110 1 1001 1100001 111000

Color Harmonies of #FC4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4423

Black with #FC4423

Text Example


Text Example

White with #FC4423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4423; }

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

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

background-color css

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

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

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

border-color css

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

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

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