Html Css Color HEX #F05603 Persimmon

📋 copy color: '#F05603'

red 240 ◦ green 86 ◦ blue 3

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

Shades of Persimmon #F05603

Tints of Persimmon #F05603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

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

R = 72.95%
G = 26.14%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05603 (or 0xF05603) is known color: Persimmon. HEX triplet: F0, 56 and 03. RGB value is (240,86,3). Sum of RGB (Red+Green+Blue) = 240+86+3=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F05603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05603 is #0FA9FC. Grayscale: #7B7B7B. Windows color (decimal): -1026557 or 218864. OLE color: 218864.

HSL color Cylindrical-coordinate representation of color #F05603: hue angle of 21.01º 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 #F05603 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 3 -
CMYK 0 0.64 0.99 0.06
HSL 21.01º 0.98% 0.48% -
HSV(B) 21.01º 0.99% 0.94% -
XYZ 39.28 25.19 2.88 -
YUV 122.58 60.52 211.75 -
System Red Green Blue C M Y K H S L
Decimal 240 86 3 0 0.64 0.99 0.06 21.01 0.98 0.48
Hex F0 56 3 0 40 63 6 15 62 30
Octal 360 126 3 0 100 143 6 25 142 60
Binary 11110000 1010110 11 0 1000000 1100011 110 10101 1100010 110000

Color Harmonies of #F05603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05603

Black with #F05603

Text Example


Text Example

White with #F05603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05603; }

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

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

background-color css

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

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

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

border-color css

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

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

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