Html Css Color HEX #F16407 Persimmon

📋 copy color: '#F16407'

red 241 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #F16407

Tints of Persimmon #F16407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 69.25%
G = 28.74%
B = 2.01%

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

#F16407 (or 0xF16407) is known color: Persimmon. HEX triplet: F1, 64 and 07. RGB value is (241,100,7). Sum of RGB (Red+Green+Blue) = 241+100+7=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F16407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16407 is #0E9BF8. Grayscale: #848484. Windows color (decimal): -957433 or 484593. OLE color: 484593.

HSL color Cylindrical-coordinate representation of color #F16407: hue angle of 23.85º 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 #F16407 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 7 -
CMYK 0 0.59 0.97 0.05
HSL 23.85º 0.94% 0.49% -
HSV(B) 23.85º 0.97% 0.95% -
XYZ 40.87 27.83 3.42 -
YUV 131.56 57.71 206.06 -
System Red Green Blue C M Y K H S L
Decimal 241 100 7 0 0.59 0.97 0.05 23.85 0.94 0.49
Hex F1 64 7 0 3B 61 5 18 5E 31
Octal 361 144 7 0 73 141 5 30 136 61
Binary 11110001 1100100 111 0 111011 1100001 101 11000 1011110 110001

Color Harmonies of #F16407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16407

Black with #F16407

Text Example


Text Example

White with #F16407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16407; }

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

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

background-color css

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

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

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

border-color css

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

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

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