Html Css Color HEX #F25740 Sunset Orange

📋 copy color: '#F25740'

red 242 ◦ green 87 ◦ blue 64

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

Shades of Sunset Orange #F25740

Tints of Sunset Orange #F25740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 61.58%
G = 22.14%
B = 16.28%

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

#F25740 (or 0xF25740) is known color: Sunset Orange. HEX triplet: F2, 57 and 40. RGB value is (242,87,64). Sum of RGB (Red+Green+Blue) = 242+87+64=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25740 is #0DA8BF. Grayscale: #828282. Windows color (decimal): -895168 or 4216818. OLE color: 4216818.

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

Color convert

RGB 242 87 64 -
CMYK 0 0.64 0.74 0.05
HSL 7.75º 0.87% 0.6% -
HSV(B) 7.75º 0.74% 0.95% -
XYZ 40.95 26.06 7.72 -
YUV 130.72 90.35 207.37 -
System Red Green Blue C M Y K H S L
Decimal 242 87 64 0 0.64 0.74 0.05 7.75 0.87 0.6
Hex F2 57 40 0 40 4A 5 8 57 3C
Octal 362 127 100 0 100 112 5 10 127 74
Binary 11110010 1010111 1000000 0 1000000 1001010 101 1000 1010111 111100

Color Harmonies of #F25740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25740

Black with #F25740

Text Example


Text Example

White with #F25740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25740; }

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

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

background-color css

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

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

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

border-color css

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

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

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