Html Css Color HEX #F16405 Persimmon

📋 copy color: '#F16405'

red 241 ◦ green 100 ◦ blue 5

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

Shades of Persimmon #F16405

Tints of Persimmon #F16405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 69.65%
G = 28.9%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16405 (or 0xF16405) is known color: Persimmon. HEX triplet: F1, 64 and 05. RGB value is (241,100,5). Sum of RGB (Red+Green+Blue) = 241+100+5=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16405 is #0E9BFA. Grayscale: #838383. Windows color (decimal): -957435 or 353521. OLE color: 353521.

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

Color convert

RGB 241 100 5 -
CMYK 0 0.59 0.98 0.05
HSL 24.15º 0.96% 0.48% -
HSV(B) 24.15º 0.98% 0.95% -
XYZ 40.86 27.83 3.36 -
YUV 131.33 56.71 206.22 -
System Red Green Blue C M Y K H S L
Decimal 241 100 5 0 0.59 0.98 0.05 24.15 0.96 0.48
Hex F1 64 5 0 3B 62 5 18 60 30
Octal 361 144 5 0 73 142 5 30 140 60
Binary 11110001 1100100 101 0 111011 1100010 101 11000 1100000 110000

Color Harmonies of #F16405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16405

Black with #F16405

Text Example


Text Example

White with #F16405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16405; }

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

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

background-color css

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

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

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

border-color css

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

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

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