Html Css Color HEX #F1483A Sunset Orange

📋 copy color: '#F1483A'

red 241 ◦ green 72 ◦ blue 58

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

Shades of Sunset Orange #F1483A

Tints of Sunset Orange #F1483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 64.96%
G = 19.41%
B = 15.63%

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

#F1483A (or 0xF1483A) is known color: Sunset Orange. HEX triplet: F1, 48 and 3A. RGB value is (241,72,58). Sum of RGB (Red+Green+Blue) = 241+72+58=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483A is #0EB7C5. Grayscale: #797979. Windows color (decimal): -964550 or 3819761. OLE color: 3819761.

HSL color Cylindrical-coordinate representation of color #F1483A: hue angle of 4.59º 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 #F1483A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 58 -
CMYK 0 0.70 0.76 0.05
HSL 4.59º 0.87% 0.59% -
HSV(B) 4.59º 0.76% 0.95% -
XYZ 39.36 23.64 6.49 -
YUV 120.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 241 72 58 0 0.70 0.76 0.05 4.59 0.87 0.59
Hex F1 48 3A 0 46 4C 5 5 57 3B
Octal 361 110 72 0 106 114 5 5 127 73
Binary 11110001 1001000 111010 0 1000110 1001100 101 101 1010111 111011

Color Harmonies of #F1483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1483A

Black with #F1483A

Text Example


Text Example

White with #F1483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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