Html Css Color HEX #F05416 Persimmon

📋 copy color: '#F05416'

red 240 ◦ green 84 ◦ blue 22

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

Shades of Persimmon #F05416

Tints of Persimmon #F05416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 69.36%
G = 24.28%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05416 (or 0xF05416) is known color: Persimmon. HEX triplet: F0, 54 and 16. RGB value is (240,84,22). Sum of RGB (Red+Green+Blue) = 240+84+22=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05416 is #0FABE9. Grayscale: #7B7B7B. Windows color (decimal): -1027050 or 1463536. OLE color: 1463536.

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

Color convert

RGB 240 84 22 -
CMYK 0 0.65 0.91 0.06
HSL 17.06º 0.88% 0.51% -
HSV(B) 17.06º 0.91% 0.94% -
XYZ 39.25 24.92 3.5 -
YUV 123.58 70.68 211.04 -
System Red Green Blue C M Y K H S L
Decimal 240 84 22 0 0.65 0.91 0.06 17.06 0.88 0.51
Hex F0 54 16 0 41 5B 6 11 58 33
Octal 360 124 26 0 101 133 6 21 130 63
Binary 11110000 1010100 10110 0 1000001 1011011 110 10001 1011000 110011

Color Harmonies of #F05416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05416

Black with #F05416

Text Example


Text Example

White with #F05416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05416; }

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

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

background-color css

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

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

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

border-color css

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

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

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