Html Css Color HEX #F1483F Sunset Orange

📋 copy color: '#F1483F'

red 241 ◦ green 72 ◦ blue 63

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

Shades of Sunset Orange #F1483F

Tints of Sunset Orange #F1483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.76%

R = 64.1%
G = 19.15%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1483F (or 0xF1483F) is known color: Sunset Orange. HEX triplet: F1, 48 and 3F. RGB value is (241,72,63). Sum of RGB (Red+Green+Blue) = 241+72+63=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483F is #0EB7C0. Grayscale: #797979. Windows color (decimal): -964545 or 4147441. OLE color: 4147441.

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

Color convert

RGB 241 72 63 -
CMYK 0 0.70 0.74 0.05
HSL 3.03º 0.86% 0.6% -
HSV(B) 3.03º 0.74% 0.95% -
XYZ 39.49 23.69 7.19 -
YUV 121.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 241 72 63 0 0.70 0.74 0.05 3.03 0.86 0.6
Hex F1 48 3F 0 46 4A 5 3 56 3C
Octal 361 110 77 0 106 112 5 3 126 74
Binary 11110001 1001000 111111 0 1000110 1001010 101 11 1010110 111100

Color Harmonies of #F1483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1483F

Black with #F1483F

Text Example


Text Example

White with #F1483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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