Html Css Color HEX #F1463F Sunset Orange

📋 copy color: '#F1463F'

red 241 ◦ green 70 ◦ blue 63

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

Shades of Sunset Orange #F1463F

Tints of Sunset Orange #F1463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 64.44%
G = 18.72%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1463F (or 0xF1463F) is known color: Sunset Orange. HEX triplet: F1, 46 and 3F. RGB value is (241,70,63). Sum of RGB (Red+Green+Blue) = 241+70+63=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1463F is #0EB9C0. Grayscale: #787878. Windows color (decimal): -965057 or 4146929. OLE color: 4146929.

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

Color convert

RGB 241 70 63 -
CMYK 0 0.71 0.74 0.05
HSL 2.36º 0.86% 0.6% -
HSV(B) 2.36º 0.74% 0.95% -
XYZ 39.36 23.44 7.15 -
YUV 120.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 241 70 63 0 0.71 0.74 0.05 2.36 0.86 0.6
Hex F1 46 3F 0 47 4A 5 2 56 3C
Octal 361 106 77 0 107 112 5 2 126 74
Binary 11110001 1000110 111111 0 1000111 1001010 101 10 1010110 111100

Color Harmonies of #F1463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1463F

Black with #F1463F

Text Example


Text Example

White with #F1463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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