Html Css Color HEX #F1534B Sunset Orange

📋 copy color: '#F1534B'

red 241 ◦ green 83 ◦ blue 75

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

Shades of Sunset Orange #F1534B

Tints of Sunset Orange #F1534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 60.4%
G = 20.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1534B (or 0xF1534B) is known color: Sunset Orange. HEX triplet: F1, 53 and 4B. RGB value is (241,83,75). Sum of RGB (Red+Green+Blue) = 241+83+75=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1534B is #0EACB4. Grayscale: #818181. Windows color (decimal): -961717 or 4936689. OLE color: 4936689.

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

Color convert

RGB 241 83 75 -
CMYK 0 0.66 0.69 0.05
HSL 2.89º 0.86% 0.62% -
HSV(B) 2.89º 0.69% 0.95% -
XYZ 40.64 25.4 9.42 -
YUV 129.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 241 83 75 0 0.66 0.69 0.05 2.89 0.86 0.62
Hex F1 53 4B 0 42 45 5 3 56 3E
Octal 361 123 113 0 102 105 5 3 126 76
Binary 11110001 1010011 1001011 0 1000010 1000101 101 11 1010110 111110

Color Harmonies of #F1534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1534B

Black with #F1534B

Text Example


Text Example

White with #F1534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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