Html Css Color HEX #FC4B1D Red Orange

📋 copy color: '#FC4B1D'

red 252 ◦ green 75 ◦ blue 29

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

Shades of Red Orange #FC4B1D

Tints of Red Orange #FC4B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 70.79%
G = 21.07%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC4B1D (or 0xFC4B1D) is known color: Red Orange. HEX triplet: FC, 4B and 1D. RGB value is (252,75,29). Sum of RGB (Red+Green+Blue) = 252+75+29=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B1D is #03B4E2. Grayscale: #7B7B7B. Windows color (decimal): -242915 or 1919996. OLE color: 1919996.

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

Color convert

RGB 252 75 29 -
CMYK 0 0.70 0.88 0.01
HSL 12.38º 0.97% 0.55% -
HSV(B) 12.38º 0.88% 0.99% -
XYZ 42.88 25.82 3.89 -
YUV 122.68 75.14 220.24 -
System Red Green Blue C M Y K H S L
Decimal 252 75 29 0 0.70 0.88 0.01 12.38 0.97 0.55
Hex FC 4B 1D 0 46 58 1 C 61 37
Octal 374 113 35 0 106 130 1 14 141 67
Binary 11111100 1001011 11101 0 1000110 1011000 1 1100 1100001 110111

Color Harmonies of #FC4B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B1D

Black with #FC4B1D

Text Example


Text Example

White with #FC4B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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