Html Css Color HEX #F05503 Persimmon

📋 copy color: '#F05503'

red 240 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #F05503

Tints of Persimmon #F05503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 73.17%
G = 25.91%
B = 0.91%

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

#F05503 (or 0xF05503) is known color: Persimmon. HEX triplet: F0, 55 and 03. RGB value is (240,85,3). Sum of RGB (Red+Green+Blue) = 240+85+3=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F05503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05503 is #0FAAFC. Grayscale: #7A7A7A. Windows color (decimal): -1026813 or 218608. OLE color: 218608.

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

Color convert

RGB 240 85 3 -
CMYK 0 0.65 0.99 0.06
HSL 20.76º 0.98% 0.48% -
HSV(B) 20.76º 0.99% 0.94% -
XYZ 39.2 25.03 2.85 -
YUV 122 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 240 85 3 0 0.65 0.99 0.06 20.76 0.98 0.48
Hex F0 55 3 0 41 63 6 15 62 30
Octal 360 125 3 0 101 143 6 25 142 60
Binary 11110000 1010101 11 0 1000001 1100011 110 10101 1100010 110000

Color Harmonies of #F05503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05503

Black with #F05503

Text Example


Text Example

White with #F05503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05503; }

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

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

background-color css

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

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

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

border-color css

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

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

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