Html Css Color HEX #F25413 Persimmon

📋 copy color: '#F25413'

red 242 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #F25413

Tints of Persimmon #F25413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 70.14%
G = 24.35%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25413 (or 0xF25413) is known color: Persimmon. HEX triplet: F2, 54 and 13. RGB value is (242,84,19). Sum of RGB (Red+Green+Blue) = 242+84+19=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F25413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25413 is #0DABEC. Grayscale: #7C7C7C. Windows color (decimal): -895981 or 1266930. OLE color: 1266930.

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

Color convert

RGB 242 84 19 -
CMYK 0 0.65 0.92 0.05
HSL 17.49º 0.9% 0.51% -
HSV(B) 17.49º 0.92% 0.95% -
XYZ 39.91 25.26 3.39 -
YUV 123.83 68.85 212.29 -
System Red Green Blue C M Y K H S L
Decimal 242 84 19 0 0.65 0.92 0.05 17.49 0.9 0.51
Hex F2 54 13 0 41 5C 5 11 5A 33
Octal 362 124 23 0 101 134 5 21 132 63
Binary 11110010 1010100 10011 0 1000001 1011100 101 10001 1011010 110011

Color Harmonies of #F25413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25413

Black with #F25413

Text Example


Text Example

White with #F25413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25413; }

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

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

background-color css

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

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

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

border-color css

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

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

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