Html Css Color HEX #F25114 Persimmon

📋 copy color: '#F25114'

red 242 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #F25114

Tints of Persimmon #F25114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 70.55%
G = 23.62%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25114 (or 0xF25114) is known color: Persimmon. HEX triplet: F2, 51 and 14. RGB value is (242,81,20). Sum of RGB (Red+Green+Blue) = 242+81+20=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F25114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25114 is #0DAEEB. Grayscale: #7A7A7A. Windows color (decimal): -896748 or 1331698. OLE color: 1331698.

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

Color convert

RGB 242 81 20 -
CMYK 0 0.67 0.92 0.05
HSL 16.49º 0.9% 0.51% -
HSV(B) 16.49º 0.92% 0.95% -
XYZ 39.69 24.81 3.36 -
YUV 122.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 242 81 20 0 0.67 0.92 0.05 16.49 0.9 0.51
Hex F2 51 14 0 43 5C 5 10 5A 33
Octal 362 121 24 0 103 134 5 20 132 63
Binary 11110010 1010001 10100 0 1000011 1011100 101 10000 1011010 110011

Color Harmonies of #F25114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25114

Black with #F25114

Text Example


Text Example

White with #F25114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25114; }

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

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

background-color css

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

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

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

border-color css

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

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

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