Html Css Color HEX #F25118 Persimmon

📋 copy color: '#F25118'

red 242 ◦ green 81 ◦ blue 24

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

Shades of Persimmon #F25118

Tints of Persimmon #F25118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 69.74%
G = 23.34%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25118 (or 0xF25118) is known color: Persimmon. HEX triplet: F2, 51 and 18. RGB value is (242,81,24). Sum of RGB (Red+Green+Blue) = 242+81+24=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25118 is #0DAEE7. Grayscale: #7B7B7B. Windows color (decimal): -896744 or 1593842. OLE color: 1593842.

HSL color Cylindrical-coordinate representation of color #F25118: hue angle of 15.69º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25118 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 24 -
CMYK 0 0.67 0.90 0.05
HSL 15.69º 0.89% 0.52% -
HSV(B) 15.69º 0.9% 0.95% -
XYZ 39.73 24.83 3.56 -
YUV 122.64 72.34 213.13 -
System Red Green Blue C M Y K H S L
Decimal 242 81 24 0 0.67 0.90 0.05 15.69 0.89 0.52
Hex F2 51 18 0 43 5A 5 10 59 34
Octal 362 121 30 0 103 132 5 20 131 64
Binary 11110010 1010001 11000 0 1000011 1011010 101 10000 1011001 110100

Color Harmonies of #F25118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25118

Black with #F25118

Text Example


Text Example

White with #F25118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25118; }

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

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

background-color css

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

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

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

border-color css

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

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

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