Html Css Color HEX #F25E10 Persimmon

📋 copy color: '#F25E10'

red 242 ◦ green 94 ◦ blue 16

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

Shades of Persimmon #F25E10

Tints of Persimmon #F25E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

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

R = 68.75%
G = 26.7%
B = 4.55%

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

#F25E10 (or 0xF25E10) is known color: Persimmon. HEX triplet: F2, 5E and 10. RGB value is (242,94,16). Sum of RGB (Red+Green+Blue) = 242+94+16=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25E10 is #0DA1EF. Grayscale: #818181. Windows color (decimal): -893424 or 1072882. OLE color: 1072882.

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

Color convert

RGB 242 94 16 -
CMYK 0 0.61 0.93 0.05
HSL 20.71º 0.9% 0.51% -
HSV(B) 20.71º 0.93% 0.95% -
XYZ 40.71 26.92 3.54 -
YUV 129.36 64.03 208.34 -
System Red Green Blue C M Y K H S L
Decimal 242 94 16 0 0.61 0.93 0.05 20.71 0.9 0.51
Hex F2 5E 10 0 3D 5D 5 15 5A 33
Octal 362 136 20 0 75 135 5 25 132 63
Binary 11110010 1011110 10000 0 111101 1011101 101 10101 1011010 110011

Color Harmonies of #F25E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25E10

Black with #F25E10

Text Example


Text Example

White with #F25E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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