Html Css Color HEX #F05C10 Persimmon

📋 copy color: '#F05C10'

red 240 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #F05C10

Tints of Persimmon #F05C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 68.97%
G = 26.44%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05C10 (or 0xF05C10) is known color: Persimmon. HEX triplet: F0, 5C and 10. RGB value is (240,92,16). Sum of RGB (Red+Green+Blue) = 240+92+16=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C10 is #0FA3EF. Grayscale: #808080. Windows color (decimal): -1025008 or 1072368. OLE color: 1072368.

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

Color convert

RGB 240 92 16 -
CMYK 0 0.62 0.93 0.06
HSL 20.36º 0.88% 0.5% -
HSV(B) 20.36º 0.93% 0.94% -
XYZ 39.86 26.22 3.45 -
YUV 127.59 65.03 208.18 -
System Red Green Blue C M Y K H S L
Decimal 240 92 16 0 0.62 0.93 0.06 20.36 0.88 0.5
Hex F0 5C 10 0 3E 5D 6 14 58 32
Octal 360 134 20 0 76 135 6 24 130 62
Binary 11110000 1011100 10000 0 111110 1011101 110 10100 1011000 110010

Color Harmonies of #F05C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C10

Black with #F05C10

Text Example


Text Example

White with #F05C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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