Html Css Color HEX #F25037 Sunset Orange

📋 copy color: '#F25037'

red 242 ◦ green 80 ◦ blue 55

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

Shades of Sunset Orange #F25037

Tints of Sunset Orange #F25037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 55 (21.88% from 255) = 14.59%

R = 64.19%
G = 21.22%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F25037 (or 0xF25037) is known color: Sunset Orange. HEX triplet: F2, 50 and 37. RGB value is (242,80,55). Sum of RGB (Red+Green+Blue) = 242+80+55=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F25037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25037 is #0DAFC8. Grayscale: #7D7D7D. Windows color (decimal): -896969 or 3625202. OLE color: 3625202.

HSL color Cylindrical-coordinate representation of color #F25037: hue angle of 8.02º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F25037 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 55 -
CMYK 0 0.67 0.77 0.05
HSL 8.02º 0.88% 0.58% -
HSV(B) 8.02º 0.77% 0.95% -
XYZ 40.18 24.89 6.3 -
YUV 125.59 88.17 211.03 -
System Red Green Blue C M Y K H S L
Decimal 242 80 55 0 0.67 0.77 0.05 8.02 0.88 0.58
Hex F2 50 37 0 43 4D 5 8 58 3A
Octal 362 120 67 0 103 115 5 10 130 72
Binary 11110010 1010000 110111 0 1000011 1001101 101 1000 1011000 111010

Color Harmonies of #F25037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25037

Black with #F25037

Text Example


Text Example

White with #F25037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25037; }

 p { color: rgb(242,80,55); }

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

background-color css

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

 a { background-color: rgb(242,80,55); }

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

border-color css

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

 span { border-color: rgb(242,80,55); }

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