Html Css Color HEX #F1483B Sunset Orange

📋 copy color: '#F1483B'

red 241 ◦ green 72 ◦ blue 59

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

Shades of Sunset Orange #F1483B

Tints of Sunset Orange #F1483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 64.78%
G = 19.35%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1483B (or 0xF1483B) is known color: Sunset Orange. HEX triplet: F1, 48 and 3B. RGB value is (241,72,59). Sum of RGB (Red+Green+Blue) = 241+72+59=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483B is #0EB7C4. Grayscale: #797979. Windows color (decimal): -964549 or 3885297. OLE color: 3885297.

HSL color Cylindrical-coordinate representation of color #F1483B: hue angle of 4.29º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1483B is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 59 -
CMYK 0 0.70 0.76 0.05
HSL 4.29º 0.87% 0.59% -
HSV(B) 4.29º 0.76% 0.95% -
XYZ 39.38 23.65 6.63 -
YUV 121.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 241 72 59 0 0.70 0.76 0.05 4.29 0.87 0.59
Hex F1 48 3B 0 46 4C 5 4 57 3B
Octal 361 110 73 0 106 114 5 4 127 73
Binary 11110001 1001000 111011 0 1000110 1001100 101 100 1010111 111011

Color Harmonies of #F1483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1483B

Black with #F1483B

Text Example


Text Example

White with #F1483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1483B; }

 p { color: rgb(241,72,59); }

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

background-color css

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

 a { background-color: rgb(241,72,59); }

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

border-color css

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

 span { border-color: rgb(241,72,59); }

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