Html Css Color HEX #FC4330 Red Orange

📋 copy color: '#FC4330'

red 252 ◦ green 67 ◦ blue 48

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

Shades of Red Orange #FC4330

Tints of Red Orange #FC4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 68.66%
G = 18.26%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4330 (or 0xFC4330) is known color: Red Orange. HEX triplet: FC, 43 and 30. RGB value is (252,67,48). Sum of RGB (Red+Green+Blue) = 252+67+48=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4330 is #03BCCF. Grayscale: #787878. Windows color (decimal): -244944 or 3163132. OLE color: 3163132.

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

Color convert

RGB 252 67 48 -
CMYK 0 0.73 0.81 0.01
HSL 5.59º 0.97% 0.59% -
HSV(B) 5.59º 0.81% 0.99% -
XYZ 42.69 24.92 5.36 -
YUV 120.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 252 67 48 0 0.73 0.81 0.01 5.59 0.97 0.59
Hex FC 43 30 0 49 51 1 6 61 3B
Octal 374 103 60 0 111 121 1 6 141 73
Binary 11111100 1000011 110000 0 1001001 1010001 1 110 1100001 111011

Color Harmonies of #FC4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4330

Black with #FC4330

Text Example


Text Example

White with #FC4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4330; }

 p { color: rgb(252,67,48); }

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

background-color css

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

 a { background-color: rgb(252,67,48); }

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

border-color css

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

 span { border-color: rgb(252,67,48); }

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