Html Css Color HEX #F25713 Persimmon

📋 copy color: '#F25713'

red 242 ◦ green 87 ◦ blue 19

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

Shades of Persimmon #F25713

Tints of Persimmon #F25713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 69.54%
G = 25%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25713 (or 0xF25713) is known color: Persimmon. HEX triplet: F2, 57 and 13. RGB value is (242,87,19). Sum of RGB (Red+Green+Blue) = 242+87+19=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25713 is #0DA8EC. Grayscale: #7E7E7E. Windows color (decimal): -895213 or 1267698. OLE color: 1267698.

HSL color Cylindrical-coordinate representation of color #F25713: hue angle of 18.3º 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 #F25713 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 87 19 -
CMYK 0 0.64 0.92 0.05
HSL 18.3º 0.9% 0.51% -
HSV(B) 18.3º 0.92% 0.95% -
XYZ 40.14 25.74 3.47 -
YUV 125.59 67.85 211.03 -
System Red Green Blue C M Y K H S L
Decimal 242 87 19 0 0.64 0.92 0.05 18.3 0.9 0.51
Hex F2 57 13 0 40 5C 5 12 5A 33
Octal 362 127 23 0 100 134 5 22 132 63
Binary 11110010 1010111 10011 0 1000000 1011100 101 10010 1011010 110011

Color Harmonies of #F25713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25713

Black with #F25713

Text Example


Text Example

White with #F25713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25713; }

 p { color: rgb(242,87,19); }

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

background-color css

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

 a { background-color: rgb(242,87,19); }

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

border-color css

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

 span { border-color: rgb(242,87,19); }

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