Html Css Color HEX #F25616 Persimmon

📋 copy color: '#F25616'

red 242 ◦ green 86 ◦ blue 22

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

Shades of Persimmon #F25616

Tints of Persimmon #F25616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 69.14%
G = 24.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25616 (or 0xF25616) is known color: Persimmon. HEX triplet: F2, 56 and 16. RGB value is (242,86,22). Sum of RGB (Red+Green+Blue) = 242+86+22=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F25616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25616 is #0DA9E9. Grayscale: #7D7D7D. Windows color (decimal): -895466 or 1464050. OLE color: 1464050.

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

Color convert

RGB 242 86 22 -
CMYK 0 0.64 0.91 0.05
HSL 17.45º 0.89% 0.52% -
HSV(B) 17.45º 0.91% 0.95% -
XYZ 40.09 25.59 3.59 -
YUV 125.35 69.68 211.2 -
System Red Green Blue C M Y K H S L
Decimal 242 86 22 0 0.64 0.91 0.05 17.45 0.89 0.52
Hex F2 56 16 0 40 5B 5 11 59 34
Octal 362 126 26 0 100 133 5 21 131 64
Binary 11110010 1010110 10110 0 1000000 1011011 101 10001 1011001 110100

Color Harmonies of #F25616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25616

Black with #F25616

Text Example


Text Example

White with #F25616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25616; }

 p { color: rgb(242,86,22); }

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

background-color css

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

 a { background-color: rgb(242,86,22); }

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

border-color css

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

 span { border-color: rgb(242,86,22); }

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