Html Css Color HEX #F25036 Sunset Orange

📋 copy color: '#F25036'

red 242 ◦ green 80 ◦ blue 54

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

Shades of Sunset Orange #F25036

Tints of Sunset Orange #F25036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 64.36%
G = 21.28%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F25036 (or 0xF25036) is known color: Sunset Orange. HEX triplet: F2, 50 and 36. RGB value is (242,80,54). Sum of RGB (Red+Green+Blue) = 242+80+54=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F25036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25036 is #0DAFC9. Grayscale: #7D7D7D. Windows color (decimal): -896970 or 3559666. OLE color: 3559666.

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

Color convert

RGB 242 80 54 -
CMYK 0 0.67 0.78 0.05
HSL 8.3º 0.88% 0.58% -
HSV(B) 8.3º 0.78% 0.95% -
XYZ 40.15 24.88 6.18 -
YUV 125.47 87.67 211.11 -
System Red Green Blue C M Y K H S L
Decimal 242 80 54 0 0.67 0.78 0.05 8.3 0.88 0.58
Hex F2 50 36 0 43 4E 5 8 58 3A
Octal 362 120 66 0 103 116 5 10 130 72
Binary 11110010 1010000 110110 0 1000011 1001110 101 1000 1011000 111010

Color Harmonies of #F25036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25036

Black with #F25036

Text Example


Text Example

White with #F25036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25036; }

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

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

background-color css

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

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

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

border-color css

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

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

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