Html Css Color HEX #F16207 Persimmon

📋 copy color: '#F16207'

red 241 ◦ green 98 ◦ blue 7

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

Shades of Persimmon #F16207

Tints of Persimmon #F16207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 69.65%
G = 28.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F16207 (or 0xF16207) is known color: Persimmon. HEX triplet: F1, 62 and 07. RGB value is (241,98,7). Sum of RGB (Red+Green+Blue) = 241+98+7=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16207 is #0E9DF8. Grayscale: #828282. Windows color (decimal): -957945 or 484081. OLE color: 484081.

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

Color convert

RGB 241 98 7 -
CMYK 0 0.59 0.97 0.05
HSL 23.33º 0.94% 0.49% -
HSV(B) 23.33º 0.97% 0.95% -
XYZ 40.68 27.45 3.36 -
YUV 130.38 58.38 206.9 -
System Red Green Blue C M Y K H S L
Decimal 241 98 7 0 0.59 0.97 0.05 23.33 0.94 0.49
Hex F1 62 7 0 3B 61 5 17 5E 31
Octal 361 142 7 0 73 141 5 27 136 61
Binary 11110001 1100010 111 0 111011 1100001 101 10111 1011110 110001

Color Harmonies of #F16207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16207

Black with #F16207

Text Example


Text Example

White with #F16207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16207; }

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

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

background-color css

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

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

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

border-color css

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

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

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