Html Css Color HEX #F2514D Sunset Orange

📋 copy color: '#F2514D'

red 242 ◦ green 81 ◦ blue 77

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

Shades of Sunset Orange #F2514D

Tints of Sunset Orange #F2514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 60.5%
G = 20.25%
B = 19.25%

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

#F2514D (or 0xF2514D) is known color: Sunset Orange. HEX triplet: F2, 51 and 4D. RGB value is (242,81,77). Sum of RGB (Red+Green+Blue) = 242+81+77=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2514D is #0DAEB2. Grayscale: #808080. Windows color (decimal): -896691 or 5067250. OLE color: 5067250.

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

Color convert

RGB 242 81 77 -
CMYK 0 0.67 0.68 0.05
HSL 1.45º 0.86% 0.63% -
HSV(B) 1.45º 0.68% 0.95% -
XYZ 40.9 25.3 9.75 -
YUV 128.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 242 81 77 0 0.67 0.68 0.05 1.45 0.86 0.63
Hex F2 51 4D 0 43 44 5 1 56 3F
Octal 362 121 115 0 103 104 5 1 126 77
Binary 11110010 1010001 1001101 0 1000011 1000100 101 1 1010110 111111

Color Harmonies of #F2514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2514D

Black with #F2514D

Text Example


Text Example

White with #F2514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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