Html Css Color HEX #F25650 Sunset Orange

📋 copy color: '#F25650'

red 242 ◦ green 86 ◦ blue 80

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

Shades of Sunset Orange #F25650

Tints of Sunset Orange #F25650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 59.31%
G = 21.08%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F25650 (or 0xF25650) is known color: Sunset Orange. HEX triplet: F2, 56 and 50. RGB value is (242,86,80). Sum of RGB (Red+Green+Blue) = 242+86+80=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F25650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25650 is #0DA9AF. Grayscale: #848484. Windows color (decimal): -895408 or 5265138. OLE color: 5265138.

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

Color convert

RGB 242 86 80 -
CMYK 0 0.64 0.67 0.05
HSL 2.22º 0.86% 0.63% -
HSV(B) 2.22º 0.67% 0.95% -
XYZ 41.39 26.11 10.45 -
YUV 131.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 242 86 80 0 0.64 0.67 0.05 2.22 0.86 0.63
Hex F2 56 50 0 40 43 5 2 56 3F
Octal 362 126 120 0 100 103 5 2 126 77
Binary 11110010 1010110 1010000 0 1000000 1000011 101 10 1010110 111111

Color Harmonies of #F25650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25650

Black with #F25650

Text Example


Text Example

White with #F25650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25650; }

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

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

background-color css

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

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

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

border-color css

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

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

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