Html Css Color HEX #FC4135 Red Orange

📋 copy color: '#FC4135'

red 252 ◦ green 65 ◦ blue 53

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

Shades of Red Orange #FC4135

Tints of Red Orange #FC4135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.32%

R = 68.11%
G = 17.57%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC4135 (or 0xFC4135) is known color: Red Orange. HEX triplet: FC, 41 and 35. RGB value is (252,65,53). Sum of RGB (Red+Green+Blue) = 252+65+53=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4135 is #03BECA. Grayscale: #777777. Windows color (decimal): -245451 or 3490300. OLE color: 3490300.

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

Color convert

RGB 252 65 53 -
CMYK 0 0.74 0.79 0.01
HSL 3.62º 0.97% 0.6% -
HSV(B) 3.62º 0.79% 0.99% -
XYZ 42.68 24.73 5.89 -
YUV 119.55 90.45 222.48 -
System Red Green Blue C M Y K H S L
Decimal 252 65 53 0 0.74 0.79 0.01 3.62 0.97 0.6
Hex FC 41 35 0 4A 4F 1 4 61 3C
Octal 374 101 65 0 112 117 1 4 141 74
Binary 11111100 1000001 110101 0 1001010 1001111 1 100 1100001 111100

Color Harmonies of #FC4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4135

Black with #FC4135

Text Example


Text Example

White with #FC4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4135; }

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

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

background-color css

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

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

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

border-color css

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

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

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