Html Css Color HEX #F25810 Persimmon

📋 copy color: '#F25810'

red 242 ◦ green 88 ◦ blue 16

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

Shades of Persimmon #F25810

Tints of Persimmon #F25810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 69.94%
G = 25.43%
B = 4.62%

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

#F25810 (or 0xF25810) is known color: Persimmon. HEX triplet: F2, 58 and 10. RGB value is (242,88,16). Sum of RGB (Red+Green+Blue) = 242+88+16=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F25810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25810 is #0DA7EF. Grayscale: #7E7E7E. Windows color (decimal): -894960 or 1071346. OLE color: 1071346.

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

Color convert

RGB 242 88 16 -
CMYK 0 0.64 0.93 0.05
HSL 19.12º 0.9% 0.51% -
HSV(B) 19.12º 0.93% 0.95% -
XYZ 40.2 25.89 3.37 -
YUV 125.84 66.02 210.85 -
System Red Green Blue C M Y K H S L
Decimal 242 88 16 0 0.64 0.93 0.05 19.12 0.9 0.51
Hex F2 58 10 0 40 5D 5 13 5A 33
Octal 362 130 20 0 100 135 5 23 132 63
Binary 11110010 1011000 10000 0 1000000 1011101 101 10011 1011010 110011

Color Harmonies of #F25810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25810

Black with #F25810

Text Example


Text Example

White with #F25810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25810; }

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

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

background-color css

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

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

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

border-color css

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

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

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