Html Css Color HEX #F05314 Persimmon

📋 copy color: '#F05314'

red 240 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #F05314

Tints of Persimmon #F05314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 69.97%
G = 24.2%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05314 (or 0xF05314) is known color: Persimmon. HEX triplet: F0, 53 and 14. RGB value is (240,83,20). Sum of RGB (Red+Green+Blue) = 240+83+20=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F05314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05314 is #0FACEB. Grayscale: #7B7B7B. Windows color (decimal): -1027308 or 1332208. OLE color: 1332208.

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

Color convert

RGB 240 83 20 -
CMYK 0 0.65 0.92 0.06
HSL 17.18º 0.88% 0.51% -
HSV(B) 17.18º 0.92% 0.94% -
XYZ 39.15 24.76 3.38 -
YUV 122.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 240 83 20 0 0.65 0.92 0.06 17.18 0.88 0.51
Hex F0 53 14 0 41 5C 6 11 58 33
Octal 360 123 24 0 101 134 6 21 130 63
Binary 11110000 1010011 10100 0 1000001 1011100 110 10001 1011000 110011

Color Harmonies of #F05314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05314

Black with #F05314

Text Example


Text Example

White with #F05314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05314; }

 p { color: rgb(240,83,20); }

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

background-color css

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

 a { background-color: rgb(240,83,20); }

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

border-color css

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

 span { border-color: rgb(240,83,20); }

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