Html Css Color HEX #F06305 Persimmon

📋 copy color: '#F06305'

red 240 ◦ green 99 ◦ blue 5

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

Shades of Persimmon #F06305

Tints of Persimmon #F06305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 69.77%
G = 28.78%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06305 (or 0xF06305) is known color: Persimmon. HEX triplet: F0, 63 and 05. RGB value is (240,99,5). Sum of RGB (Red+Green+Blue) = 240+99+5=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06305 is #0F9CFA. Grayscale: #828282. Windows color (decimal): -1023227 or 353264. OLE color: 353264.

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

Color convert

RGB 240 99 5 -
CMYK 0 0.59 0.98 0.06
HSL 24º 0.96% 0.48% -
HSV(B) 24º 0.98% 0.94% -
XYZ 40.42 27.46 3.31 -
YUV 130.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 240 99 5 0 0.59 0.98 0.06 24 0.96 0.48
Hex F0 63 5 0 3B 62 6 18 60 30
Octal 360 143 5 0 73 142 6 30 140 60
Binary 11110000 1100011 101 0 111011 1100010 110 11000 1100000 110000

Color Harmonies of #F06305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06305

Black with #F06305

Text Example


Text Example

White with #F06305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06305; }

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

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

background-color css

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

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

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

border-color css

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

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

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