Html Css Color HEX #F05803 Persimmon

📋 copy color: '#F05803'

red 240 ◦ green 88 ◦ blue 3

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

Shades of Persimmon #F05803

Tints of Persimmon #F05803

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 72.51%
G = 26.59%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05803 (or 0xF05803) is known color: Persimmon. HEX triplet: F0, 58 and 03. RGB value is (240,88,3). Sum of RGB (Red+Green+Blue) = 240+88+3=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F05803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05803 is #0FA7FC. Grayscale: #7C7C7C. Windows color (decimal): -1026045 or 219376. OLE color: 219376.

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

Color convert

RGB 240 88 3 -
CMYK 0 0.63 0.99 0.06
HSL 21.52º 0.98% 0.48% -
HSV(B) 21.52º 0.99% 0.94% -
XYZ 39.44 25.51 2.93 -
YUV 123.76 59.86 210.91 -
System Red Green Blue C M Y K H S L
Decimal 240 88 3 0 0.63 0.99 0.06 21.52 0.98 0.48
Hex F0 58 3 0 3F 63 6 16 62 30
Octal 360 130 3 0 77 143 6 26 142 60
Binary 11110000 1011000 11 0 111111 1100011 110 10110 1100010 110000

Color Harmonies of #F05803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05803

Black with #F05803

Text Example


Text Example

White with #F05803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05803; }

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

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

background-color css

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

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

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

border-color css

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

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

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