Html Css Color HEX #F2513F Sunset Orange

📋 copy color: '#F2513F'

red 242 ◦ green 81 ◦ blue 63

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

Shades of Sunset Orange #F2513F

Tints of Sunset Orange #F2513F

RGB

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

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

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

R = 62.69%
G = 20.98%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2513F (or 0xF2513F) is known color: Sunset Orange. HEX triplet: F2, 51 and 3F. RGB value is (242,81,63). Sum of RGB (Red+Green+Blue) = 242+81+63=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2513F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2513F is #0DAEC0. Grayscale: #7F7F7F. Windows color (decimal): -896705 or 4149746. OLE color: 4149746.

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

Color convert

RGB 242 81 63 -
CMYK 0 0.67 0.74 0.05
HSL 6.03º 0.87% 0.6% -
HSV(B) 6.03º 0.74% 0.95% -
XYZ 40.46 25.12 7.42 -
YUV 127.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 242 81 63 0 0.67 0.74 0.05 6.03 0.87 0.6
Hex F2 51 3F 0 43 4A 5 6 57 3C
Octal 362 121 77 0 103 112 5 6 127 74
Binary 11110010 1010001 111111 0 1000011 1001010 101 110 1010111 111100

Color Harmonies of #F2513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2513F

Black with #F2513F

Text Example


Text Example

White with #F2513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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