Html Css Color HEX #F75150 Sunset Orange

📋 copy color: '#F75150'

red 247 ◦ green 81 ◦ blue 80

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

Shades of Sunset Orange #F75150

Tints of Sunset Orange #F75150

RGB

 RED value IS 247 (96.88% from 255) = 60.54%

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 60.54%
G = 19.85%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F75150 (or 0xF75150) is known color: Sunset Orange. HEX triplet: F7, 51 and 50. RGB value is (247,81,80). Sum of RGB (Red+Green+Blue) = 247+81+80=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F75150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75150 is #08AEAF. Grayscale: #828282. Windows color (decimal): -569008 or 5263863. OLE color: 5263863.

HSL color Cylindrical-coordinate representation of color #F75150: hue angle of 0.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F75150 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 80 -
CMYK 0 0.67 0.68 0.03
HSL 0.36º 0.91% 0.64% -
HSV(B) 0.36º 0.68% 0.97% -
XYZ 42.75 26.24 10.4 -
YUV 130.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 247 81 80 0 0.67 0.68 0.03 0.36 0.91 0.64
Hex F7 51 50 0 43 44 3 0 5B 40
Octal 367 121 120 0 103 104 3 0 133 100
Binary 11110111 1010001 1010000 0 1000011 1000100 11 0 1011011 1000000

Color Harmonies of #F75150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75150

Black with #F75150

Text Example


Text Example

White with #F75150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75150; }

 p { color: rgb(247,81,80); }

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

background-color css

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

 a { background-color: rgb(247,81,80); }

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

border-color css

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

 span { border-color: rgb(247,81,80); }

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