Html Css Color HEX #F25046 Sunset Orange

📋 copy color: '#F25046'

red 242 ◦ green 80 ◦ blue 70

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

Shades of Sunset Orange #F25046

Tints of Sunset Orange #F25046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 61.73%
G = 20.41%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F25046 (or 0xF25046) is known color: Sunset Orange. HEX triplet: F2, 50 and 46. RGB value is (242,80,70). Sum of RGB (Red+Green+Blue) = 242+80+70=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F25046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25046 is #0DAFB9. Grayscale: #7F7F7F. Windows color (decimal): -896954 or 4608242. OLE color: 4608242.

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

Color convert

RGB 242 80 70 -
CMYK 0 0.67 0.71 0.05
HSL 3.49º 0.87% 0.61% -
HSV(B) 3.49º 0.71% 0.95% -
XYZ 40.59 25.06 8.49 -
YUV 127.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 242 80 70 0 0.67 0.71 0.05 3.49 0.87 0.61
Hex F2 50 46 0 43 47 5 3 57 3D
Octal 362 120 106 0 103 107 5 3 127 75
Binary 11110010 1010000 1000110 0 1000011 1000111 101 11 1010111 111101

Color Harmonies of #F25046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25046

Black with #F25046

Text Example


Text Example

White with #F25046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25046; }

 p { color: rgb(242,80,70); }

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

background-color css

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

 a { background-color: rgb(242,80,70); }

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

border-color css

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

 span { border-color: rgb(242,80,70); }

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