Html Css Color HEX #F15405 Persimmon

📋 copy color: '#F15405'

red 241 ◦ green 84 ◦ blue 5

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

Shades of Persimmon #F15405

Tints of Persimmon #F15405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 73.03%
G = 25.45%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15405 (or 0xF15405) is known color: Persimmon. HEX triplet: F1, 54 and 05. RGB value is (241,84,5). Sum of RGB (Red+Green+Blue) = 241+84+5=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F15405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15405 is #0EABFA. Grayscale: #7A7A7A. Windows color (decimal): -961531 or 349425. OLE color: 349425.

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

Color convert

RGB 241 84 5 -
CMYK 0 0.65 0.98 0.05
HSL 20.08º 0.96% 0.48% -
HSV(B) 20.08º 0.98% 0.95% -
XYZ 39.47 25.05 2.9 -
YUV 121.94 62.01 212.92 -
System Red Green Blue C M Y K H S L
Decimal 241 84 5 0 0.65 0.98 0.05 20.08 0.96 0.48
Hex F1 54 5 0 41 62 5 14 60 30
Octal 361 124 5 0 101 142 5 24 140 60
Binary 11110001 1010100 101 0 1000001 1100010 101 10100 1100000 110000

Color Harmonies of #F15405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15405

Black with #F15405

Text Example


Text Example

White with #F15405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15405; }

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

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

background-color css

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

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

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

border-color css

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

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

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