Html Css Color HEX #F06309 Persimmon

📋 copy color: '#F06309'

red 240 ◦ green 99 ◦ blue 9

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

Shades of Persimmon #F06309

Tints of Persimmon #F06309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 68.97%
G = 28.45%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F06309 (or 0xF06309) is known color: Persimmon. HEX triplet: F0, 63 and 09. RGB value is (240,99,9). Sum of RGB (Red+Green+Blue) = 240+99+9=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F06309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06309 is #0F9CF6. Grayscale: #838383. Windows color (decimal): -1023223 or 615408. OLE color: 615408.

HSL color Cylindrical-coordinate representation of color #F06309: hue angle of 23.38º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F06309 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 9 -
CMYK 0 0.59 0.96 0.06
HSL 23.38º 0.93% 0.49% -
HSV(B) 23.38º 0.96% 0.94% -
XYZ 40.45 27.47 3.43 -
YUV 130.9 59.21 205.82 -
System Red Green Blue C M Y K H S L
Decimal 240 99 9 0 0.59 0.96 0.06 23.38 0.93 0.49
Hex F0 63 9 0 3B 60 6 17 5D 31
Octal 360 143 11 0 73 140 6 27 135 61
Binary 11110000 1100011 1001 0 111011 1100000 110 10111 1011101 110001

Color Harmonies of #F06309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06309

Black with #F06309

Text Example


Text Example

White with #F06309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06309; }

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

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

background-color css

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

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

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

border-color css

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

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

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