Html Css Color HEX #F25D15 Persimmon

📋 copy color: '#F25D15'

red 242 ◦ green 93 ◦ blue 21

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

Shades of Persimmon #F25D15

Tints of Persimmon #F25D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 67.98%
G = 26.12%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25D15 (or 0xF25D15) is known color: Persimmon. HEX triplet: F2, 5D and 15. RGB value is (242,93,21). Sum of RGB (Red+Green+Blue) = 242+93+21=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D15 is #0DA2EA. Grayscale: #818181. Windows color (decimal): -893675 or 1400306. OLE color: 1400306.

HSL color Cylindrical-coordinate representation of color #F25D15: hue angle of 19.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25D15 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 21 -
CMYK 0 0.62 0.91 0.05
HSL 19.55º 0.89% 0.52% -
HSV(B) 19.55º 0.91% 0.95% -
XYZ 40.67 26.76 3.73 -
YUV 129.34 66.86 208.35 -
System Red Green Blue C M Y K H S L
Decimal 242 93 21 0 0.62 0.91 0.05 19.55 0.89 0.52
Hex F2 5D 15 0 3E 5B 5 14 59 34
Octal 362 135 25 0 76 133 5 24 131 64
Binary 11110010 1011101 10101 0 111110 1011011 101 10100 1011001 110100

Color Harmonies of #F25D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D15

Black with #F25D15

Text Example


Text Example

White with #F25D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D15; }

 p { color: rgb(242,93,21); }

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

background-color css

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

 a { background-color: rgb(242,93,21); }

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

border-color css

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

 span { border-color: rgb(242,93,21); }

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