Html Css Color HEX #F15F05 Persimmon

📋 copy color: '#F15F05'

red 241 ◦ green 95 ◦ blue 5

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

Shades of Persimmon #F15F05

Tints of Persimmon #F15F05

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

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

R = 70.67%
G = 27.86%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15F05 (or 0xF15F05) is known color: Persimmon. HEX triplet: F1, 5F and 05. RGB value is (241,95,5). Sum of RGB (Red+Green+Blue) = 241+95+5=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F05 is #0EA0FA. Grayscale: #808080. Windows color (decimal): -958715 or 352241. OLE color: 352241.

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

Color convert

RGB 241 95 5 -
CMYK 0 0.61 0.98 0.05
HSL 22.88º 0.96% 0.48% -
HSV(B) 22.88º 0.98% 0.95% -
XYZ 40.4 26.9 3.21 -
YUV 128.39 58.37 208.32 -
System Red Green Blue C M Y K H S L
Decimal 241 95 5 0 0.61 0.98 0.05 22.88 0.96 0.48
Hex F1 5F 5 0 3D 62 5 17 60 30
Octal 361 137 5 0 75 142 5 27 140 60
Binary 11110001 1011111 101 0 111101 1100010 101 10111 1100000 110000

Color Harmonies of #F15F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F05

Black with #F15F05

Text Example


Text Example

White with #F15F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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