Html Css Color HEX #FC442A Red Orange

📋 copy color: '#FC442A'

red 252 ◦ green 68 ◦ blue 42

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

Shades of Red Orange #FC442A

Tints of Red Orange #FC442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 69.61%
G = 18.78%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC442A (or 0xFC442A) is known color: Red Orange. HEX triplet: FC, 44 and 2A. RGB value is (252,68,42). Sum of RGB (Red+Green+Blue) = 252+68+42=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC442A is #03BBD5. Grayscale: #787878. Windows color (decimal): -244694 or 2770172. OLE color: 2770172.

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

Color convert

RGB 252 68 42 -
CMYK 0 0.73 0.83 0.01
HSL 7.43º 0.97% 0.58% -
HSV(B) 7.43º 0.83% 0.99% -
XYZ 42.63 25 4.77 -
YUV 120.05 83.96 222.11 -
System Red Green Blue C M Y K H S L
Decimal 252 68 42 0 0.73 0.83 0.01 7.43 0.97 0.58
Hex FC 44 2A 0 49 53 1 7 61 3A
Octal 374 104 52 0 111 123 1 7 141 72
Binary 11111100 1000100 101010 0 1001001 1010011 1 111 1100001 111010

Color Harmonies of #FC442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC442A

Black with #FC442A

Text Example


Text Example

White with #FC442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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