Html Css Color HEX #FC4F2D Red Orange

📋 copy color: '#FC4F2D'

red 252 ◦ green 79 ◦ blue 45

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

Shades of Red Orange #FC4F2D

Tints of Red Orange #FC4F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 67.02%
G = 21.01%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC4F2D (or 0xFC4F2D) is known color: Red Orange. HEX triplet: FC, 4F and 2D. RGB value is (252,79,45). Sum of RGB (Red+Green+Blue) = 252+79+45=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4F2D is #03B0D2. Grayscale: #7F7F7F. Windows color (decimal): -241875 or 2969596. OLE color: 2969596.

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

Color convert

RGB 252 79 45 -
CMYK 0 0.69 0.82 0.01
HSL 9.86º 0.97% 0.58% -
HSV(B) 9.86º 0.82% 0.99% -
XYZ 43.41 26.48 5.3 -
YUV 126.85 81.81 217.26 -
System Red Green Blue C M Y K H S L
Decimal 252 79 45 0 0.69 0.82 0.01 9.86 0.97 0.58
Hex FC 4F 2D 0 45 52 1 A 61 3A
Octal 374 117 55 0 105 122 1 12 141 72
Binary 11111100 1001111 101101 0 1000101 1010010 1 1010 1100001 111010

Color Harmonies of #FC4F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4F2D

Black with #FC4F2D

Text Example


Text Example

White with #FC4F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4F2D; }

 p { color: rgb(252,79,45); }

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

background-color css

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

 a { background-color: rgb(252,79,45); }

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

border-color css

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

 span { border-color: rgb(252,79,45); }

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