Html Css Color HEX #FC4233 Red Orange

📋 copy color: '#FC4233'

red 252 ◦ green 66 ◦ blue 51

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

Shades of Red Orange #FC4233

Tints of Red Orange #FC4233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 68.29%
G = 17.89%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC4233 (or 0xFC4233) is known color: Red Orange. HEX triplet: FC, 42 and 33. RGB value is (252,66,51). Sum of RGB (Red+Green+Blue) = 252+66+51=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4233 is #03BDCC. Grayscale: #787878. Windows color (decimal): -245197 or 3359484. OLE color: 3359484.

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

Color convert

RGB 252 66 51 -
CMYK 0 0.74 0.80 0.01
HSL 4.48º 0.97% 0.59% -
HSV(B) 4.48º 0.8% 0.99% -
XYZ 42.69 24.83 5.67 -
YUV 119.9 89.12 222.22 -
System Red Green Blue C M Y K H S L
Decimal 252 66 51 0 0.74 0.80 0.01 4.48 0.97 0.59
Hex FC 42 33 0 4A 50 1 4 61 3B
Octal 374 102 63 0 112 120 1 4 141 73
Binary 11111100 1000010 110011 0 1001010 1010000 1 100 1100001 111011

Color Harmonies of #FC4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4233

Black with #FC4233

Text Example


Text Example

White with #FC4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4233; }

 p { color: rgb(252,66,51); }

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

background-color css

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

 a { background-color: rgb(252,66,51); }

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

border-color css

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

 span { border-color: rgb(252,66,51); }

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