Html Css Color HEX #F25840 Sunset Orange

📋 copy color: '#F25840'

red 242 ◦ green 88 ◦ blue 64

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

Shades of Sunset Orange #F25840

Tints of Sunset Orange #F25840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 61.42%
G = 22.34%
B = 16.24%

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

#F25840 (or 0xF25840) is known color: Sunset Orange. HEX triplet: F2, 58 and 40. RGB value is (242,88,64). Sum of RGB (Red+Green+Blue) = 242+88+64=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25840 is #0DA7BF. Grayscale: #838383. Windows color (decimal): -894912 or 4217074. OLE color: 4217074.

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

Color convert

RGB 242 88 64 -
CMYK 0 0.64 0.74 0.05
HSL 8.09º 0.87% 0.6% -
HSV(B) 8.09º 0.74% 0.95% -
XYZ 41.03 26.23 7.75 -
YUV 131.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 242 88 64 0 0.64 0.74 0.05 8.09 0.87 0.6
Hex F2 58 40 0 40 4A 5 8 57 3C
Octal 362 130 100 0 100 112 5 10 127 74
Binary 11110010 1011000 1000000 0 1000000 1001010 101 1000 1010111 111100

Color Harmonies of #F25840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25840

Black with #F25840

Text Example


Text Example

White with #F25840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25840; }

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

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

background-color css

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

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

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

border-color css

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

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

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