Html Css Color HEX #F85902 Persimmon

📋 copy color: '#F85902'

red 248 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #F85902

Tints of Persimmon #F85902

RGB

 RED value IS 248 (97.27% from 255) = 73.16%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 73.16%
G = 26.25%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85902 (or 0xF85902) is known color: Persimmon. HEX triplet: F8, 59 and 02. RGB value is (248,89,2). Sum of RGB (Red+Green+Blue) = 248+89+2=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F85902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85902 is #07A6FD. Grayscale: #7F7F7F. Windows color (decimal): -501502 or 154104. OLE color: 154104.

HSL color Cylindrical-coordinate representation of color #F85902: hue angle of 21.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F85902 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 2 -
CMYK 0 0.64 0.99 0.03
HSL 21.22º 0.98% 0.49% -
HSV(B) 21.22º 0.99% 0.97% -
XYZ 42.29 27.11 3.06 -
YUV 126.62 57.68 214.57 -
System Red Green Blue C M Y K H S L
Decimal 248 89 2 0 0.64 0.99 0.03 21.22 0.98 0.49
Hex F8 59 2 0 40 63 3 15 62 31
Octal 370 131 2 0 100 143 3 25 142 61
Binary 11111000 1011001 10 0 1000000 1100011 11 10101 1100010 110001

Color Harmonies of #F85902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85902

Black with #F85902

Text Example


Text Example

White with #F85902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85902; }

 p { color: rgb(248,89,2); }

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

background-color css

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

 a { background-color: rgb(248,89,2); }

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

border-color css

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

 span { border-color: rgb(248,89,2); }

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