Html Css Color HEX #FA5240 Sunset Orange

📋 copy color: '#FA5240'

red 250 ◦ green 82 ◦ blue 64

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

Shades of Sunset Orange #FA5240

Tints of Sunset Orange #FA5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 63.13%
G = 20.71%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5240 (or 0xFA5240) is known color: Sunset Orange. HEX triplet: FA, 52 and 40. RGB value is (250,82,64). Sum of RGB (Red+Green+Blue) = 250+82+64=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5240 is #05ADBF. Grayscale: #828282. Windows color (decimal): -372160 or 4215546. OLE color: 4215546.

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

Color convert

RGB 250 82 64 -
CMYK 0 0.67 0.74 0.02
HSL 5.81º 0.95% 0.62% -
HSV(B) 5.81º 0.74% 0.98% -
XYZ 43.37 26.73 7.72 -
YUV 130.18 90.66 213.46 -
System Red Green Blue C M Y K H S L
Decimal 250 82 64 0 0.67 0.74 0.02 5.81 0.95 0.62
Hex FA 52 40 0 43 4A 2 6 5F 3E
Octal 372 122 100 0 103 112 2 6 137 76
Binary 11111010 1010010 1000000 0 1000011 1001010 10 110 1011111 111110

Color Harmonies of #FA5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5240

Black with #FA5240

Text Example


Text Example

White with #FA5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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