Html Css Color HEX #FC4122 Red Orange

📋 copy color: '#FC4122'

red 252 ◦ green 65 ◦ blue 34

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

Shades of Red Orange #FC4122

Tints of Red Orange #FC4122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 71.79%
G = 18.52%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC4122 (or 0xFC4122) is known color: Red Orange. HEX triplet: FC, 41 and 22. RGB value is (252,65,34). Sum of RGB (Red+Green+Blue) = 252+65+34=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4122 is #03BEDD. Grayscale: #757575. Windows color (decimal): -245470 or 2245116. OLE color: 2245116.

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

Color convert

RGB 252 65 34 -
CMYK 0 0.74 0.87 0.01
HSL 8.53º 0.97% 0.56% -
HSV(B) 8.53º 0.87% 0.99% -
XYZ 42.32 24.59 4.03 -
YUV 117.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 252 65 34 0 0.74 0.87 0.01 8.53 0.97 0.56
Hex FC 41 22 0 4A 57 1 9 61 38
Octal 374 101 42 0 112 127 1 11 141 70
Binary 11111100 1000001 100010 0 1001010 1010111 1 1001 1100001 111000

Color Harmonies of #FC4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4122

Black with #FC4122

Text Example


Text Example

White with #FC4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4122; }

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

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

background-color css

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

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

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

border-color css

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

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

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