Html Css Color HEX #FA5352 Sunset Orange

📋 copy color: '#FA5352'

red 250 ◦ green 83 ◦ blue 82

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

Shades of Sunset Orange #FA5352

Tints of Sunset Orange #FA5352

RGB

 RED value IS 250 (98.05% from 255) = 60.24%

 GREEN value IS 83 (32.81% from 255) = 20%

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 60.24%
G = 20%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA5352 (or 0xFA5352) is known color: Sunset Orange. HEX triplet: FA, 53 and 52. RGB value is (250,83,82). Sum of RGB (Red+Green+Blue) = 250+83+82=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5352 is #05ACAD. Grayscale: #848484. Windows color (decimal): -371886 or 5395450. OLE color: 5395450.

HSL color Cylindrical-coordinate representation of color #FA5352: hue angle of 0.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5352 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 82 -
CMYK 0 0.67 0.67 0.02
HSL 0.36º 0.94% 0.65% -
HSV(B) 0.36º 0.67% 0.98% -
XYZ 44.04 27.12 10.9 -
YUV 132.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 250 83 82 0 0.67 0.67 0.02 0.36 0.94 0.65
Hex FA 53 52 0 43 43 2 0 5E 41
Octal 372 123 122 0 103 103 2 0 136 101
Binary 11111010 1010011 1010010 0 1000011 1000011 10 0 1011110 1000001

Color Harmonies of #FA5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5352

Black with #FA5352

Text Example


Text Example

White with #FA5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5352; }

 p { color: rgb(250,83,82); }

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

background-color css

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

 a { background-color: rgb(250,83,82); }

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

border-color css

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

 span { border-color: rgb(250,83,82); }

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