Html Css Color HEX #F25540 Sunset Orange

📋 copy color: '#F25540'

red 242 ◦ green 85 ◦ blue 64

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

Shades of Sunset Orange #F25540

Tints of Sunset Orange #F25540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 61.89%
G = 21.74%
B = 16.37%

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

#F25540 (or 0xF25540) is known color: Sunset Orange. HEX triplet: F2, 55 and 40. RGB value is (242,85,64). Sum of RGB (Red+Green+Blue) = 242+85+64=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25540 is #0DAABF. Grayscale: #818181. Windows color (decimal): -895680 or 4216306. OLE color: 4216306.

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

Color convert

RGB 242 85 64 -
CMYK 0 0.65 0.74 0.05
HSL 7.08º 0.87% 0.6% -
HSV(B) 7.08º 0.74% 0.95% -
XYZ 40.79 25.74 7.67 -
YUV 129.55 91.01 208.21 -
System Red Green Blue C M Y K H S L
Decimal 242 85 64 0 0.65 0.74 0.05 7.08 0.87 0.6
Hex F2 55 40 0 41 4A 5 7 57 3C
Octal 362 125 100 0 101 112 5 7 127 74
Binary 11110010 1010101 1000000 0 1000001 1001010 101 111 1010111 111100

Color Harmonies of #F25540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25540

Black with #F25540

Text Example


Text Example

White with #F25540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25540; }

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

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

background-color css

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

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

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

border-color css

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

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

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