Html Css Color HEX #F25F10 Persimmon

📋 copy color: '#F25F10'

red 242 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #F25F10

Tints of Persimmon #F25F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 68.56%
G = 26.91%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25F10 (or 0xF25F10) is known color: Persimmon. HEX triplet: F2, 5F and 10. RGB value is (242,95,16). Sum of RGB (Red+Green+Blue) = 242+95+16=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F10 is #0DA0EF. Grayscale: #828282. Windows color (decimal): -893168 or 1073138. OLE color: 1073138.

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

Color convert

RGB 242 95 16 -
CMYK 0 0.61 0.93 0.05
HSL 20.97º 0.9% 0.51% -
HSV(B) 20.97º 0.93% 0.95% -
XYZ 40.8 27.1 3.57 -
YUV 129.95 63.7 207.92 -
System Red Green Blue C M Y K H S L
Decimal 242 95 16 0 0.61 0.93 0.05 20.97 0.9 0.51
Hex F2 5F 10 0 3D 5D 5 15 5A 33
Octal 362 137 20 0 75 135 5 25 132 63
Binary 11110010 1011111 10000 0 111101 1011101 101 10101 1011010 110011

Color Harmonies of #F25F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F10

Black with #F25F10

Text Example


Text Example

White with #F25F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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