Html Css Color HEX #F25516 Persimmon

📋 copy color: '#F25516'

red 242 ◦ green 85 ◦ blue 22

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

Shades of Persimmon #F25516

Tints of Persimmon #F25516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

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

R = 69.34%
G = 24.36%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25516 (or 0xF25516) is known color: Persimmon. HEX triplet: F2, 55 and 16. RGB value is (242,85,22). Sum of RGB (Red+Green+Blue) = 242+85+22=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25516 is #0DAAE9. Grayscale: #7D7D7D. Windows color (decimal): -895722 or 1463794. OLE color: 1463794.

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

Color convert

RGB 242 85 22 -
CMYK 0 0.65 0.91 0.05
HSL 17.18º 0.89% 0.52% -
HSV(B) 17.18º 0.91% 0.95% -
XYZ 40.01 25.43 3.56 -
YUV 124.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 242 85 22 0 0.65 0.91 0.05 17.18 0.89 0.52
Hex F2 55 16 0 41 5B 5 11 59 34
Octal 362 125 26 0 101 133 5 21 131 64
Binary 11110010 1010101 10110 0 1000001 1011011 101 10001 1011001 110100

Color Harmonies of #F25516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25516

Black with #F25516

Text Example


Text Example

White with #F25516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25516; }

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

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

background-color css

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

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

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

border-color css

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

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

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