Html Css Color HEX #F25640 Sunset Orange

📋 copy color: '#F25640'

red 242 ◦ green 86 ◦ blue 64

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

Shades of Sunset Orange #F25640

Tints of Sunset Orange #F25640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 61.73%
G = 21.94%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25640 (or 0xF25640) is known color: Sunset Orange. HEX triplet: F2, 56 and 40. RGB value is (242,86,64). Sum of RGB (Red+Green+Blue) = 242+86+64=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F25640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25640 is #0DA9BF. Grayscale: #828282. Windows color (decimal): -895424 or 4216562. OLE color: 4216562.

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

Color convert

RGB 242 86 64 -
CMYK 0 0.64 0.74 0.05
HSL 7.42º 0.87% 0.6% -
HSV(B) 7.42º 0.74% 0.95% -
XYZ 40.87 25.9 7.7 -
YUV 130.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 242 86 64 0 0.64 0.74 0.05 7.42 0.87 0.6
Hex F2 56 40 0 40 4A 5 7 57 3C
Octal 362 126 100 0 100 112 5 7 127 74
Binary 11110010 1010110 1000000 0 1000000 1001010 101 111 1010111 111100

Color Harmonies of #F25640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25640

Black with #F25640

Text Example


Text Example

White with #F25640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25640; }

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

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

background-color css

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

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

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

border-color css

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

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

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