Html Css Color HEX #F25440 Sunset Orange

📋 copy color: '#F25440'

red 242 ◦ green 84 ◦ blue 64

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

Shades of Sunset Orange #F25440

Tints of Sunset Orange #F25440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 62.05%
G = 21.54%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25440 (or 0xF25440) is known color: Sunset Orange. HEX triplet: F2, 54 and 40. RGB value is (242,84,64). Sum of RGB (Red+Green+Blue) = 242+84+64=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F25440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25440 is #0DABBF. Grayscale: #818181. Windows color (decimal): -895936 or 4216050. OLE color: 4216050.

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

Color convert

RGB 242 84 64 -
CMYK 0 0.65 0.74 0.05
HSL 6.74º 0.87% 0.6% -
HSV(B) 6.74º 0.74% 0.95% -
XYZ 40.71 25.59 7.64 -
YUV 128.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 242 84 64 0 0.65 0.74 0.05 6.74 0.87 0.6
Hex F2 54 40 0 41 4A 5 7 57 3C
Octal 362 124 100 0 101 112 5 7 127 74
Binary 11110010 1010100 1000000 0 1000001 1001010 101 111 1010111 111100

Color Harmonies of #F25440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25440

Black with #F25440

Text Example


Text Example

White with #F25440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25440; }

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

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

background-color css

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

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

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

border-color css

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

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

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