Html Css Color HEX #F25234 Sunset Orange

📋 copy color: '#F25234'

red 242 ◦ green 82 ◦ blue 52

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

Shades of Sunset Orange #F25234

Tints of Sunset Orange #F25234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 64.36%
G = 21.81%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25234 (or 0xF25234) is known color: Sunset Orange. HEX triplet: F2, 52 and 34. RGB value is (242,82,52). Sum of RGB (Red+Green+Blue) = 242+82+52=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F25234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25234 is #0DADCB. Grayscale: #7E7E7E. Windows color (decimal): -896460 or 3429106. OLE color: 3429106.

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

Color convert

RGB 242 82 52 -
CMYK 0 0.66 0.79 0.05
HSL 9.47º 0.88% 0.58% -
HSV(B) 9.47º 0.79% 0.95% -
XYZ 40.26 25.16 5.98 -
YUV 126.42 86.01 210.44 -
System Red Green Blue C M Y K H S L
Decimal 242 82 52 0 0.66 0.79 0.05 9.47 0.88 0.58
Hex F2 52 34 0 42 4F 5 9 58 3A
Octal 362 122 64 0 102 117 5 11 130 72
Binary 11110010 1010010 110100 0 1000010 1001111 101 1001 1011000 111010

Color Harmonies of #F25234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25234

Black with #F25234

Text Example


Text Example

White with #F25234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25234; }

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

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

background-color css

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

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

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

border-color css

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

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

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