Html Css Color HEX #F05502 Persimmon

📋 copy color: '#F05502'

red 240 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #F05502

Tints of Persimmon #F05502

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

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

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

R = 73.39%
G = 25.99%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05502 (or 0xF05502) is known color: Persimmon. HEX triplet: F0, 55 and 02. RGB value is (240,85,2). Sum of RGB (Red+Green+Blue) = 240+85+2=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F05502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05502 is #0FAAFD. Grayscale: #7A7A7A. Windows color (decimal): -1026814 or 153072. OLE color: 153072.

HSL color Cylindrical-coordinate representation of color #F05502: hue angle of 20.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F05502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 2 -
CMYK 0 0.65 0.99 0.06
HSL 20.92º 0.98% 0.47% -
HSV(B) 20.92º 0.99% 0.94% -
XYZ 39.19 25.03 2.82 -
YUV 121.88 60.35 212.25 -
System Red Green Blue C M Y K H S L
Decimal 240 85 2 0 0.65 0.99 0.06 20.92 0.98 0.47
Hex F0 55 2 0 41 63 6 15 62 2F
Octal 360 125 2 0 101 143 6 25 142 57
Binary 11110000 1010101 10 0 1000001 1100011 110 10101 1100010 101111

Color Harmonies of #F05502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05502

Black with #F05502

Text Example


Text Example

White with #F05502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05502; }

 p { color: rgb(240,85,2); }

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

background-color css

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

 a { background-color: rgb(240,85,2); }

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

border-color css

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

 span { border-color: rgb(240,85,2); }

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