Html Css Color HEX #FC483B Sunset Orange

📋 copy color: '#FC483B'

red 252 ◦ green 72 ◦ blue 59

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

Shades of Sunset Orange #FC483B

Tints of Sunset Orange #FC483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 65.8%
G = 18.8%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC483B (or 0xFC483B) is known color: Sunset Orange. HEX triplet: FC, 48 and 3B. RGB value is (252,72,59). Sum of RGB (Red+Green+Blue) = 252+72+59=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC483B is #03B7C4. Grayscale: #7C7C7C. Windows color (decimal): -243653 or 3885308. OLE color: 3885308.

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

Color convert

RGB 252 72 59 -
CMYK 0 0.71 0.77 0.01
HSL 4.04º 0.97% 0.61% -
HSV(B) 4.04º 0.77% 0.99% -
XYZ 43.25 25.65 6.81 -
YUV 124.34 91.13 219.06 -
System Red Green Blue C M Y K H S L
Decimal 252 72 59 0 0.71 0.77 0.01 4.04 0.97 0.61
Hex FC 48 3B 0 47 4D 1 4 61 3D
Octal 374 110 73 0 107 115 1 4 141 75
Binary 11111100 1001000 111011 0 1000111 1001101 1 100 1100001 111101

Color Harmonies of #FC483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC483B

Black with #FC483B

Text Example


Text Example

White with #FC483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC483B; }

 p { color: rgb(252,72,59); }

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

background-color css

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

 a { background-color: rgb(252,72,59); }

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

border-color css

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

 span { border-color: rgb(252,72,59); }

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