Html Css Color HEX #F2514E Sunset Orange

📋 copy color: '#F2514E'

red 242 ◦ green 81 ◦ blue 78

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

Shades of Sunset Orange #F2514E

Tints of Sunset Orange #F2514E

RGB

 RED value IS 242 (94.92% from 255) = 60.35%

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 60.35%
G = 20.2%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2514E (or 0xF2514E) is known color: Sunset Orange. HEX triplet: F2, 51 and 4E. RGB value is (242,81,78). Sum of RGB (Red+Green+Blue) = 242+81+78=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2514E is #0DAEB1. Grayscale: #808080. Windows color (decimal): -896690 or 5132786. OLE color: 5132786.

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

Color convert

RGB 242 81 78 -
CMYK 0 0.67 0.68 0.05
HSL 1.1º 0.86% 0.63% -
HSV(B) 1.1º 0.68% 0.95% -
XYZ 40.94 25.31 9.94 -
YUV 128.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 242 81 78 0 0.67 0.68 0.05 1.1 0.86 0.63
Hex F2 51 4E 0 43 44 5 1 56 3F
Octal 362 121 116 0 103 104 5 1 126 77
Binary 11110010 1010001 1001110 0 1000011 1000100 101 1 1010110 111111

Color Harmonies of #F2514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2514E

Black with #F2514E

Text Example


Text Example

White with #F2514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2514E; }

 p { color: rgb(242,81,78); }

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

background-color css

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

 a { background-color: rgb(242,81,78); }

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

border-color css

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

 span { border-color: rgb(242,81,78); }

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