Html Css Color HEX #FA5452 Sunset Orange

📋 copy color: '#FA5452'

red 250 ◦ green 84 ◦ blue 82

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

Shades of Sunset Orange #FA5452

Tints of Sunset Orange #FA5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

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

R = 60.1%
G = 20.19%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA5452 (or 0xFA5452) is known color: Sunset Orange. HEX triplet: FA, 54 and 52. RGB value is (250,84,82). Sum of RGB (Red+Green+Blue) = 250+84+82=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5452 is #05ABAD. Grayscale: #858585. Windows color (decimal): -371630 or 5395706. OLE color: 5395706.

HSL color Cylindrical-coordinate representation of color #FA5452: hue angle of 0.71º 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 #FA5452 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 82 -
CMYK 0 0.66 0.67 0.02
HSL 0.71º 0.94% 0.65% -
HSV(B) 0.71º 0.67% 0.98% -
XYZ 44.12 27.27 10.92 -
YUV 133.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 250 84 82 0 0.66 0.67 0.02 0.71 0.94 0.65
Hex FA 54 52 0 42 43 2 1 5E 41
Octal 372 124 122 0 102 103 2 1 136 101
Binary 11111010 1010100 1010010 0 1000010 1000011 10 1 1011110 1000001

Color Harmonies of #FA5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5452

Black with #FA5452

Text Example


Text Example

White with #FA5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5452; }

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

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

background-color css

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

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

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

border-color css

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

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

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