Html Css Color HEX #F25351 Sunset Orange

📋 copy color: '#F25351'

red 242 ◦ green 83 ◦ blue 81

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

Shades of Sunset Orange #F25351

Tints of Sunset Orange #F25351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

 BLUE value IS 81 (32.03% from 255) = 19.95%

R = 59.61%
G = 20.44%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F25351 (or 0xF25351) is known color: Sunset Orange. HEX triplet: F2, 53 and 51. RGB value is (242,83,81). Sum of RGB (Red+Green+Blue) = 242+83+81=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F25351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25351 is #0DACAE. Grayscale: #828282. Windows color (decimal): -896175 or 5329906. OLE color: 5329906.

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

Color convert

RGB 242 83 81 -
CMYK 0 0.66 0.67 0.05
HSL 0.75º 0.86% 0.63% -
HSV(B) 0.75º 0.67% 0.95% -
XYZ 41.2 25.66 10.57 -
YUV 130.31 100.18 207.66 -
System Red Green Blue C M Y K H S L
Decimal 242 83 81 0 0.66 0.67 0.05 0.75 0.86 0.63
Hex F2 53 51 0 42 43 5 1 56 3F
Octal 362 123 121 0 102 103 5 1 126 77
Binary 11110010 1010011 1010001 0 1000010 1000011 101 1 1010110 111111

Color Harmonies of #F25351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25351

Black with #F25351

Text Example


Text Example

White with #F25351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25351; }

 p { color: rgb(242,83,81); }

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

background-color css

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

 a { background-color: rgb(242,83,81); }

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

border-color css

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

 span { border-color: rgb(242,83,81); }

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