Html Css Color HEX #F06117 Persimmon

📋 copy color: '#F06117'

red 240 ◦ green 97 ◦ blue 23

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

Shades of Persimmon #F06117

Tints of Persimmon #F06117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 23 (9.38% from 255) = 6.39%

R = 66.67%
G = 26.94%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F06117 (or 0xF06117) is known color: Persimmon. HEX triplet: F0, 61 and 17. RGB value is (240,97,23). Sum of RGB (Red+Green+Blue) = 240+97+23=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06117 is #0F9EE8. Grayscale: #838383. Windows color (decimal): -1023721 or 1532400. OLE color: 1532400.

HSL color Cylindrical-coordinate representation of color #F06117: hue angle of 20.46º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06117 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 23 -
CMYK 0 0.60 0.90 0.06
HSL 20.46º 0.88% 0.52% -
HSV(B) 20.46º 0.9% 0.94% -
XYZ 40.36 27.14 3.92 -
YUV 131.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 240 97 23 0 0.60 0.90 0.06 20.46 0.88 0.52
Hex F0 61 17 0 3C 5A 6 14 58 34
Octal 360 141 27 0 74 132 6 24 130 64
Binary 11110000 1100001 10111 0 111100 1011010 110 10100 1011000 110100

Color Harmonies of #F06117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06117

Black with #F06117

Text Example


Text Example

White with #F06117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06117; }

 p { color: rgb(240,97,23); }

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

background-color css

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

 a { background-color: rgb(240,97,23); }

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

border-color css

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

 span { border-color: rgb(240,97,23); }

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