Html Css Color HEX #F25015 Persimmon

📋 copy color: '#F25015'

red 242 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #F25015

Tints of Persimmon #F25015

RGB

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

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

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

R = 70.55%
G = 23.32%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25015 (or 0xF25015) is known color: Persimmon. HEX triplet: F2, 50 and 15. RGB value is (242,80,21). Sum of RGB (Red+Green+Blue) = 242+80+21=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F25015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25015 is #0DAFEA. Grayscale: #7A7A7A. Windows color (decimal): -897003 or 1396978. OLE color: 1396978.

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

Color convert

RGB 242 80 21 -
CMYK 0 0.67 0.91 0.05
HSL 16.02º 0.89% 0.52% -
HSV(B) 16.02º 0.91% 0.95% -
XYZ 39.62 24.67 3.38 -
YUV 121.71 71.17 213.8 -
System Red Green Blue C M Y K H S L
Decimal 242 80 21 0 0.67 0.91 0.05 16.02 0.89 0.52
Hex F2 50 15 0 43 5B 5 10 59 34
Octal 362 120 25 0 103 133 5 20 131 64
Binary 11110010 1010000 10101 0 1000011 1011011 101 10000 1011001 110100

Color Harmonies of #F25015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25015

Black with #F25015

Text Example


Text Example

White with #F25015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25015; }

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

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

background-color css

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

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

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

border-color css

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

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

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