Html Css Color HEX #F25441 Sunset Orange

📋 copy color: '#F25441'

red 242 ◦ green 84 ◦ blue 65

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

Shades of Sunset Orange #F25441

Tints of Sunset Orange #F25441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 61.89%
G = 21.48%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F25441 (or 0xF25441) is known color: Sunset Orange. HEX triplet: F2, 54 and 41. RGB value is (242,84,65). Sum of RGB (Red+Green+Blue) = 242+84+65=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25441 is #0DABBE. Grayscale: #818181. Windows color (decimal): -895935 or 4281586. OLE color: 4281586.

HSL color Cylindrical-coordinate representation of color #F25441: hue angle of 6.44º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F25441 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 84 65 -
CMYK 0 0.65 0.73 0.05
HSL 6.44º 0.87% 0.6% -
HSV(B) 6.44º 0.73% 0.95% -
XYZ 40.74 25.6 7.79 -
YUV 129.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 242 84 65 0 0.65 0.73 0.05 6.44 0.87 0.6
Hex F2 54 41 0 41 49 5 6 57 3C
Octal 362 124 101 0 101 111 5 6 127 74
Binary 11110010 1010100 1000001 0 1000001 1001001 101 110 1010111 111100

Color Harmonies of #F25441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25441

Black with #F25441

Text Example


Text Example

White with #F25441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25441; }

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

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

background-color css

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

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

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

border-color css

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

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

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