Html Css Color HEX #F1483E Sunset Orange

📋 copy color: '#F1483E'

red 241 ◦ green 72 ◦ blue 62

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

Shades of Sunset Orange #F1483E

Tints of Sunset Orange #F1483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 64.27%
G = 19.2%
B = 16.53%

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

#F1483E (or 0xF1483E) is known color: Sunset Orange. HEX triplet: F1, 48 and 3E. RGB value is (241,72,62). Sum of RGB (Red+Green+Blue) = 241+72+62=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1483E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1483E is #0EB7C1. Grayscale: #797979. Windows color (decimal): -964546 or 4081905. OLE color: 4081905.

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

Color convert

RGB 241 72 62 -
CMYK 0 0.70 0.74 0.05
HSL 3.35º 0.86% 0.59% -
HSV(B) 3.35º 0.74% 0.95% -
XYZ 39.46 23.68 7.05 -
YUV 121.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 241 72 62 0 0.70 0.74 0.05 3.35 0.86 0.59
Hex F1 48 3E 0 46 4A 5 3 56 3B
Octal 361 110 76 0 106 112 5 3 126 73
Binary 11110001 1001000 111110 0 1000110 1001010 101 11 1010110 111011

Color Harmonies of #F1483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1483E

Black with #F1483E

Text Example


Text Example

White with #F1483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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