Html Css Color HEX #FC4B2D Red Orange

📋 copy color: '#FC4B2D'

red 252 ◦ green 75 ◦ blue 45

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

Shades of Red Orange #FC4B2D

Tints of Red Orange #FC4B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 67.74%
G = 20.16%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC4B2D (or 0xFC4B2D) is known color: Red Orange. HEX triplet: FC, 4B and 2D. RGB value is (252,75,45). Sum of RGB (Red+Green+Blue) = 252+75+45=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B2D is #03B4D2. Grayscale: #7C7C7C. Windows color (decimal): -242899 or 2968572. OLE color: 2968572.

HSL color Cylindrical-coordinate representation of color #FC4B2D: hue angle of 8.7º 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 #FC4B2D is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 75 45 -
CMYK 0 0.70 0.82 0.01
HSL 8.7º 0.97% 0.58% -
HSV(B) 8.7º 0.82% 0.99% -
XYZ 43.13 25.92 5.21 -
YUV 124.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 252 75 45 0 0.70 0.82 0.01 8.7 0.97 0.58
Hex FC 4B 2D 0 46 52 1 9 61 3A
Octal 374 113 55 0 106 122 1 11 141 72
Binary 11111100 1001011 101101 0 1000110 1010010 1 1001 1100001 111010

Color Harmonies of #FC4B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B2D

Black with #FC4B2D

Text Example


Text Example

White with #FC4B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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