Html Css Color HEX #FC4425 Red Orange

📋 copy color: '#FC4425'

red 252 ◦ green 68 ◦ blue 37

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

Shades of Red Orange #FC4425

Tints of Red Orange #FC4425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 70.59%
G = 19.05%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC4425 (or 0xFC4425) is known color: Red Orange. HEX triplet: FC, 44 and 25. RGB value is (252,68,37). Sum of RGB (Red+Green+Blue) = 252+68+37=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4425 is #03BBDA. Grayscale: #777777. Windows color (decimal): -244699 or 2442492. OLE color: 2442492.

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

Color convert

RGB 252 68 37 -
CMYK 0 0.73 0.85 0.01
HSL 8.65º 0.97% 0.57% -
HSV(B) 8.65º 0.85% 0.99% -
XYZ 42.55 24.96 4.33 -
YUV 119.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 252 68 37 0 0.73 0.85 0.01 8.65 0.97 0.57
Hex FC 44 25 0 49 55 1 9 61 39
Octal 374 104 45 0 111 125 1 11 141 71
Binary 11111100 1000100 100101 0 1001001 1010101 1 1001 1100001 111001

Color Harmonies of #FC4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4425

Black with #FC4425

Text Example


Text Example

White with #FC4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4425; }

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

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

background-color css

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

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

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

border-color css

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

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

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