Html Css Color HEX #F05505 Persimmon

📋 copy color: '#F05505'

red 240 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #F05505

Tints of Persimmon #F05505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 72.73%
G = 25.76%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F05505 (or 0xF05505) is known color: Persimmon. HEX triplet: F0, 55 and 05. RGB value is (240,85,5). Sum of RGB (Red+Green+Blue) = 240+85+5=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F05505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05505 is #0FAAFA. Grayscale: #7A7A7A. Windows color (decimal): -1026811 or 349680. OLE color: 349680.

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

Color convert

RGB 240 85 5 -
CMYK 0 0.65 0.98 0.06
HSL 20.43º 0.96% 0.48% -
HSV(B) 20.43º 0.98% 0.94% -
XYZ 39.21 25.03 2.91 -
YUV 122.23 61.85 212 -
System Red Green Blue C M Y K H S L
Decimal 240 85 5 0 0.65 0.98 0.06 20.43 0.96 0.48
Hex F0 55 5 0 41 62 6 14 60 30
Octal 360 125 5 0 101 142 6 24 140 60
Binary 11110000 1010101 101 0 1000001 1100010 110 10100 1100000 110000

Color Harmonies of #F05505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05505

Black with #F05505

Text Example


Text Example

White with #F05505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05505; }

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

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

background-color css

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

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

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

border-color css

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

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

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