Html Css Color HEX #FC4B2B Red Orange

📋 copy color: '#FC4B2B'

red 252 ◦ green 75 ◦ blue 43

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

Shades of Red Orange #FC4B2B

Tints of Red Orange #FC4B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 68.11%
G = 20.27%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC4B2B (or 0xFC4B2B) is known color: Red Orange. HEX triplet: FC, 4B and 2B. RGB value is (252,75,43). Sum of RGB (Red+Green+Blue) = 252+75+43=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B2B is #03B4D4. Grayscale: #7C7C7C. Windows color (decimal): -242901 or 2837500. OLE color: 2837500.

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

Color convert

RGB 252 75 43 -
CMYK 0 0.70 0.83 0.01
HSL 9.19º 0.97% 0.58% -
HSV(B) 9.19º 0.83% 0.99% -
XYZ 43.1 25.9 5.01 -
YUV 124.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 252 75 43 0 0.70 0.83 0.01 9.19 0.97 0.58
Hex FC 4B 2B 0 46 53 1 9 61 3A
Octal 374 113 53 0 106 123 1 11 141 72
Binary 11111100 1001011 101011 0 1000110 1010011 1 1001 1100001 111010

Color Harmonies of #FC4B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4B2B

Black with #FC4B2B

Text Example


Text Example

White with #FC4B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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