Html Css Color HEX #F15905 Persimmon

📋 copy color: '#F15905'

red 241 ◦ green 89 ◦ blue 5

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

Shades of Persimmon #F15905

Tints of Persimmon #F15905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 71.94%
G = 26.57%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15905 (or 0xF15905) is known color: Persimmon. HEX triplet: F1, 59 and 05. RGB value is (241,89,5). Sum of RGB (Red+Green+Blue) = 241+89+5=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F15905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15905 is #0EA6FA. Grayscale: #7D7D7D. Windows color (decimal): -960251 or 350705. OLE color: 350705.

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

Color convert

RGB 241 89 5 -
CMYK 0 0.63 0.98 0.05
HSL 21.36º 0.96% 0.48% -
HSV(B) 21.36º 0.98% 0.95% -
XYZ 39.88 25.86 3.03 -
YUV 124.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 241 89 5 0 0.63 0.98 0.05 21.36 0.96 0.48
Hex F1 59 5 0 3F 62 5 15 60 30
Octal 361 131 5 0 77 142 5 25 140 60
Binary 11110001 1011001 101 0 111111 1100010 101 10101 1100000 110000

Color Harmonies of #F15905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15905

Black with #F15905

Text Example


Text Example

White with #F15905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15905; }

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

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

background-color css

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

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

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

border-color css

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

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

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