Html Css Color HEX #F1534D Sunset Orange

📋 copy color: '#F1534D'

red 241 ◦ green 83 ◦ blue 77

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

Shades of Sunset Orange #F1534D

Tints of Sunset Orange #F1534D

RGB

 RED value IS 241 (94.53% from 255) = 60.1%

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

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 60.1%
G = 20.7%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1534D (or 0xF1534D) is known color: Sunset Orange. HEX triplet: F1, 53 and 4D. RGB value is (241,83,77). Sum of RGB (Red+Green+Blue) = 241+83+77=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1534D is #0EACB2. Grayscale: #818181. Windows color (decimal): -961715 or 5067761. OLE color: 5067761.

HSL color Cylindrical-coordinate representation of color #F1534D: hue angle of 2.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1534D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 83 77 -
CMYK 0 0.66 0.68 0.05
HSL 2.2º 0.85% 0.62% -
HSV(B) 2.2º 0.68% 0.95% -
XYZ 40.71 25.42 9.78 -
YUV 129.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 241 83 77 0 0.66 0.68 0.05 2.2 0.85 0.62
Hex F1 53 4D 0 42 44 5 2 55 3E
Octal 361 123 115 0 102 104 5 2 125 76
Binary 11110001 1010011 1001101 0 1000010 1000100 101 10 1010101 111110

Color Harmonies of #F1534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1534D

Black with #F1534D

Text Example


Text Example

White with #F1534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1534D; }

 p { color: rgb(241,83,77); }

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

background-color css

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

 a { background-color: rgb(241,83,77); }

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

border-color css

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

 span { border-color: rgb(241,83,77); }

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