Html Css Color HEX #F25034 Sunset Orange

📋 copy color: '#F25034'

red 242 ◦ green 80 ◦ blue 52

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

Shades of Sunset Orange #F25034

Tints of Sunset Orange #F25034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 64.71%
G = 21.39%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25034 (or 0xF25034) is known color: Sunset Orange. HEX triplet: F2, 50 and 34. RGB value is (242,80,52). Sum of RGB (Red+Green+Blue) = 242+80+52=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F25034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25034 is #0DAFCB. Grayscale: #7D7D7D. Windows color (decimal): -896972 or 3428594. OLE color: 3428594.

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

Color convert

RGB 242 80 52 -
CMYK 0 0.67 0.79 0.05
HSL 8.84º 0.88% 0.58% -
HSV(B) 8.84º 0.79% 0.95% -
XYZ 40.11 24.86 5.93 -
YUV 125.25 86.67 211.28 -
System Red Green Blue C M Y K H S L
Decimal 242 80 52 0 0.67 0.79 0.05 8.84 0.88 0.58
Hex F2 50 34 0 43 4F 5 9 58 3A
Octal 362 120 64 0 103 117 5 11 130 72
Binary 11110010 1010000 110100 0 1000011 1001111 101 1001 1011000 111010

Color Harmonies of #F25034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25034

Black with #F25034

Text Example


Text Example

White with #F25034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25034; }

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

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

background-color css

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

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

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

border-color css

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

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

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