Html Css Color HEX #F25452 Sunset Orange

📋 copy color: '#F25452'

red 242 ◦ green 84 ◦ blue 82

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

Shades of Sunset Orange #F25452

Tints of Sunset Orange #F25452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 59.31%
G = 20.59%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F25452 (or 0xF25452) is known color: Sunset Orange. HEX triplet: F2, 54 and 52. RGB value is (242,84,82). Sum of RGB (Red+Green+Blue) = 242+84+82=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F25452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25452 is #0DABAD. Grayscale: #838383. Windows color (decimal): -895918 or 5395698. OLE color: 5395698.

HSL color Cylindrical-coordinate representation of color #F25452: hue angle of 0.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25452 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 84 82 -
CMYK 0 0.65 0.66 0.05
HSL 0.75º 0.86% 0.64% -
HSV(B) 0.75º 0.66% 0.95% -
XYZ 41.31 25.83 10.79 -
YUV 131.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 242 84 82 0 0.65 0.66 0.05 0.75 0.86 0.64
Hex F2 54 52 0 41 42 5 1 56 40
Octal 362 124 122 0 101 102 5 1 126 100
Binary 11110010 1010100 1010010 0 1000001 1000010 101 1 1010110 1000000

Color Harmonies of #F25452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25452

Black with #F25452

Text Example


Text Example

White with #F25452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25452; }

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

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

background-color css

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

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

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

border-color css

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

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

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