Html Css Color HEX #F15004 Persimmon

📋 copy color: '#F15004'

red 241 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #F15004

Tints of Persimmon #F15004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 74.15%
G = 24.62%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15004 (or 0xF15004) is known color: Persimmon. HEX triplet: F1, 50 and 04. RGB value is (241,80,4). Sum of RGB (Red+Green+Blue) = 241+80+4=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F15004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15004 is #0EAFFB. Grayscale: #777777. Windows color (decimal): -962556 or 282865. OLE color: 282865.

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

Color convert

RGB 241 80 4 -
CMYK 0 0.67 0.98 0.05
HSL 19.24º 0.97% 0.48% -
HSV(B) 19.24º 0.98% 0.95% -
XYZ 39.17 24.45 2.77 -
YUV 119.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 241 80 4 0 0.67 0.98 0.05 19.24 0.97 0.48
Hex F1 50 4 0 43 62 5 13 61 30
Octal 361 120 4 0 103 142 5 23 141 60
Binary 11110001 1010000 100 0 1000011 1100010 101 10011 1100001 110000

Color Harmonies of #F15004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15004

Black with #F15004

Text Example


Text Example

White with #F15004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15004; }

 p { color: rgb(241,80,4); }

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

background-color css

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

 a { background-color: rgb(241,80,4); }

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

border-color css

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

 span { border-color: rgb(241,80,4); }

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