Html Css Color HEX #F25112 Persimmon

📋 copy color: '#F25112'

red 242 ◦ green 81 ◦ blue 18

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

Shades of Persimmon #F25112

Tints of Persimmon #F25112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 70.97%
G = 23.75%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25112 (or 0xF25112) is known color: Persimmon. HEX triplet: F2, 51 and 12. RGB value is (242,81,18). Sum of RGB (Red+Green+Blue) = 242+81+18=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25112 is #0DAEED. Grayscale: #7A7A7A. Windows color (decimal): -896750 or 1200626. OLE color: 1200626.

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

Color convert

RGB 242 81 18 -
CMYK 0 0.67 0.93 0.05
HSL 16.88º 0.9% 0.51% -
HSV(B) 16.88º 0.93% 0.95% -
XYZ 39.67 24.81 3.27 -
YUV 121.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 242 81 18 0 0.67 0.93 0.05 16.88 0.9 0.51
Hex F2 51 12 0 43 5D 5 11 5A 33
Octal 362 121 22 0 103 135 5 21 132 63
Binary 11110010 1010001 10010 0 1000011 1011101 101 10001 1011010 110011

Color Harmonies of #F25112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25112

Black with #F25112

Text Example


Text Example

White with #F25112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25112; }

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

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

background-color css

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

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

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

border-color css

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

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

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