Html Css Color HEX #F25710 Persimmon

📋 copy color: '#F25710'

red 242 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #F25710

Tints of Persimmon #F25710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 70.14%
G = 25.22%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25710 (or 0xF25710) is known color: Persimmon. HEX triplet: F2, 57 and 10. RGB value is (242,87,16). Sum of RGB (Red+Green+Blue) = 242+87+16=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F25710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25710 is #0DA8EF. Grayscale: #7D7D7D. Windows color (decimal): -895216 or 1071090. OLE color: 1071090.

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

Color convert

RGB 242 87 16 -
CMYK 0 0.64 0.93 0.05
HSL 18.85º 0.9% 0.51% -
HSV(B) 18.85º 0.93% 0.95% -
XYZ 40.12 25.73 3.34 -
YUV 125.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 242 87 16 0 0.64 0.93 0.05 18.85 0.9 0.51
Hex F2 57 10 0 40 5D 5 13 5A 33
Octal 362 127 20 0 100 135 5 23 132 63
Binary 11110010 1010111 10000 0 1000000 1011101 101 10011 1011010 110011

Color Harmonies of #F25710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25710

Black with #F25710

Text Example


Text Example

White with #F25710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25710; }

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

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

background-color css

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

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

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

border-color css

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

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

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