Html Css Color HEX #F25348 Sunset Orange

📋 copy color: '#F25348'

red 242 ◦ green 83 ◦ blue 72

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

Shades of Sunset Orange #F25348

Tints of Sunset Orange #F25348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 60.96%
G = 20.91%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F25348 (or 0xF25348) is known color: Sunset Orange. HEX triplet: F2, 53 and 48. RGB value is (242,83,72). Sum of RGB (Red+Green+Blue) = 242+83+72=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F25348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25348 is #0DACB7. Grayscale: #818181. Windows color (decimal): -896184 or 4740082. OLE color: 4740082.

HSL color Cylindrical-coordinate representation of color #F25348: hue angle of 3.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F25348 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 72 -
CMYK 0 0.66 0.70 0.05
HSL 3.88º 0.87% 0.62% -
HSV(B) 3.88º 0.7% 0.95% -
XYZ 40.88 25.53 8.9 -
YUV 129.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 242 83 72 0 0.66 0.70 0.05 3.88 0.87 0.62
Hex F2 53 48 0 42 46 5 4 57 3E
Octal 362 123 110 0 102 106 5 4 127 76
Binary 11110010 1010011 1001000 0 1000010 1000110 101 100 1010111 111110

Color Harmonies of #F25348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25348

Black with #F25348

Text Example


Text Example

White with #F25348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25348; }

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

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

background-color css

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

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

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

border-color css

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

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

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