Html Css Color HEX #F25013 Persimmon

📋 copy color: '#F25013'

red 242 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #F25013

Tints of Persimmon #F25013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 70.97%
G = 23.46%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25013 (or 0xF25013) is known color: Persimmon. HEX triplet: F2, 50 and 13. RGB value is (242,80,19). Sum of RGB (Red+Green+Blue) = 242+80+19=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25013 is #0DAFEC. Grayscale: #797979. Windows color (decimal): -897005 or 1265906. OLE color: 1265906.

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

Color convert

RGB 242 80 19 -
CMYK 0 0.67 0.92 0.05
HSL 16.41º 0.9% 0.51% -
HSV(B) 16.41º 0.92% 0.95% -
XYZ 39.6 24.66 3.29 -
YUV 121.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 242 80 19 0 0.67 0.92 0.05 16.41 0.9 0.51
Hex F2 50 13 0 43 5C 5 10 5A 33
Octal 362 120 23 0 103 134 5 20 132 63
Binary 11110010 1010000 10011 0 1000011 1011100 101 10000 1011010 110011

Color Harmonies of #F25013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25013

Black with #F25013

Text Example


Text Example

White with #F25013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25013; }

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

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

background-color css

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

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

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

border-color css

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

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

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