Html Css Color HEX #F25035 Sunset Orange

📋 copy color: '#F25035'

red 242 ◦ green 80 ◦ blue 53

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

Shades of Sunset Orange #F25035

Tints of Sunset Orange #F25035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 64.53%
G = 21.33%
B = 14.13%

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

#F25035 (or 0xF25035) is known color: Sunset Orange. HEX triplet: F2, 50 and 35. RGB value is (242,80,53). Sum of RGB (Red+Green+Blue) = 242+80+53=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F25035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25035 is #0DAFCA. Grayscale: #7D7D7D. Windows color (decimal): -896971 or 3494130. OLE color: 3494130.

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

Color convert

RGB 242 80 53 -
CMYK 0 0.67 0.78 0.05
HSL 8.57º 0.88% 0.58% -
HSV(B) 8.57º 0.78% 0.95% -
XYZ 40.13 24.87 6.05 -
YUV 125.36 87.17 211.2 -
System Red Green Blue C M Y K H S L
Decimal 242 80 53 0 0.67 0.78 0.05 8.57 0.88 0.58
Hex F2 50 35 0 43 4E 5 9 58 3A
Octal 362 120 65 0 103 116 5 11 130 72
Binary 11110010 1010000 110101 0 1000011 1001110 101 1001 1011000 111010

Color Harmonies of #F25035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25035

Black with #F25035

Text Example


Text Example

White with #F25035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25035; }

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

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

background-color css

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

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

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

border-color css

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

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

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