Html Css Color HEX #F06310 Persimmon

📋 copy color: '#F06310'

red 240 ◦ green 99 ◦ blue 16

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

Shades of Persimmon #F06310

Tints of Persimmon #F06310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 67.61%
G = 27.89%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06310 (or 0xF06310) is known color: Persimmon. HEX triplet: F0, 63 and 10. RGB value is (240,99,16). Sum of RGB (Red+Green+Blue) = 240+99+16=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F06310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06310 is #0F9CEF. Grayscale: #848484. Windows color (decimal): -1023216 or 1074160. OLE color: 1074160.

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

Color convert

RGB 240 99 16 -
CMYK 0 0.59 0.93 0.06
HSL 22.23º 0.88% 0.5% -
HSV(B) 22.23º 0.93% 0.94% -
XYZ 40.49 27.49 3.66 -
YUV 131.7 62.71 205.25 -
System Red Green Blue C M Y K H S L
Decimal 240 99 16 0 0.59 0.93 0.06 22.23 0.88 0.5
Hex F0 63 10 0 3B 5D 6 16 58 32
Octal 360 143 20 0 73 135 6 26 130 62
Binary 11110000 1100011 10000 0 111011 1011101 110 10110 1011000 110010

Color Harmonies of #F06310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06310

Black with #F06310

Text Example


Text Example

White with #F06310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06310; }

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

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

background-color css

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

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

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

border-color css

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

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

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