Html Css Color HEX #F05F16 Persimmon

📋 copy color: '#F05F16'

red 240 ◦ green 95 ◦ blue 22

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

Shades of Persimmon #F05F16

Tints of Persimmon #F05F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 67.23%
G = 26.61%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05F16 (or 0xF05F16) is known color: Persimmon. HEX triplet: F0, 5F and 16. RGB value is (240,95,22). Sum of RGB (Red+Green+Blue) = 240+95+22=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F16 is #0FA0E9. Grayscale: #828282. Windows color (decimal): -1024234 or 1466352. OLE color: 1466352.

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

Color convert

RGB 240 95 22 -
CMYK 0 0.60 0.91 0.06
HSL 20.09º 0.88% 0.51% -
HSV(B) 20.09º 0.91% 0.94% -
XYZ 40.17 26.77 3.81 -
YUV 130.03 67.04 206.44 -
System Red Green Blue C M Y K H S L
Decimal 240 95 22 0 0.60 0.91 0.06 20.09 0.88 0.51
Hex F0 5F 16 0 3C 5B 6 14 58 33
Octal 360 137 26 0 74 133 6 24 130 63
Binary 11110000 1011111 10110 0 111100 1011011 110 10100 1011000 110011

Color Harmonies of #F05F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F16

Black with #F05F16

Text Example


Text Example

White with #F05F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F16; }

 p { color: rgb(240,95,22); }

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

background-color css

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

 a { background-color: rgb(240,95,22); }

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

border-color css

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

 span { border-color: rgb(240,95,22); }

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