Html Css Color HEX #F06003 Persimmon

📋 copy color: '#F06003'

red 240 ◦ green 96 ◦ blue 3

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

Shades of Persimmon #F06003

Tints of Persimmon #F06003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 70.8%
G = 28.32%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F06003 (or 0xF06003) is known color: Persimmon. HEX triplet: F0, 60 and 03. RGB value is (240,96,3). Sum of RGB (Red+Green+Blue) = 240+96+3=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F06003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06003 is #0F9FFC. Grayscale: #808080. Windows color (decimal): -1023997 or 221424. OLE color: 221424.

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

Color convert

RGB 240 96 3 -
CMYK 0 0.6 0.99 0.06
HSL 23.54º 0.98% 0.48% -
HSV(B) 23.54º 0.99% 0.94% -
XYZ 40.13 26.9 3.16 -
YUV 128.45 57.21 207.56 -
System Red Green Blue C M Y K H S L
Decimal 240 96 3 0 0.6 0.99 0.06 23.54 0.98 0.48
Hex F0 60 3 0 3C 63 6 18 62 30
Octal 360 140 3 0 74 143 6 30 142 60
Binary 11110000 1100000 11 0 111100 1100011 110 11000 1100010 110000

Color Harmonies of #F06003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06003

Black with #F06003

Text Example


Text Example

White with #F06003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06003; }

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

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

background-color css

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

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

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

border-color css

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

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

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