Html Css Color HEX #F16214 Persimmon

📋 copy color: '#F16214'

red 241 ◦ green 98 ◦ blue 20

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

Shades of Persimmon #F16214

Tints of Persimmon #F16214

RGB

 RED value IS 241 (94.53% from 255) = 67.13%

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 67.13%
G = 27.3%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16214 (or 0xF16214) is known color: Persimmon. HEX triplet: F1, 62 and 14. RGB value is (241,98,20). Sum of RGB (Red+Green+Blue) = 241+98+20=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16214 is #0E9DEB. Grayscale: #848484. Windows color (decimal): -957932 or 1336049. OLE color: 1336049.

HSL color Cylindrical-coordinate representation of color #F16214: hue angle of 21.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F16214 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 20 -
CMYK 0 0.59 0.92 0.05
HSL 21.18º 0.89% 0.51% -
HSV(B) 21.18º 0.92% 0.95% -
XYZ 40.77 27.49 3.82 -
YUV 131.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 241 98 20 0 0.59 0.92 0.05 21.18 0.89 0.51
Hex F1 62 14 0 3B 5C 5 15 59 33
Octal 361 142 24 0 73 134 5 25 131 63
Binary 11110001 1100010 10100 0 111011 1011100 101 10101 1011001 110011

Color Harmonies of #F16214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16214

Black with #F16214

Text Example


Text Example

White with #F16214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16214; }

 p { color: rgb(241,98,20); }

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

background-color css

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

 a { background-color: rgb(241,98,20); }

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

border-color css

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

 span { border-color: rgb(241,98,20); }

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