Html Css Color HEX #F15006 Persimmon

📋 copy color: '#F15006'

red 241 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #F15006

Tints of Persimmon #F15006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 73.7%
G = 24.46%
B = 1.83%

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

#F15006 (or 0xF15006) is known color: Persimmon. HEX triplet: F1, 50 and 06. RGB value is (241,80,6). Sum of RGB (Red+Green+Blue) = 241+80+6=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F15006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15006 is #0EAFF9. Grayscale: #787878. Windows color (decimal): -962554 or 413937. OLE color: 413937.

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

Color convert

RGB 241 80 6 -
CMYK 0 0.67 0.98 0.05
HSL 18.89º 0.95% 0.48% -
HSV(B) 18.89º 0.98% 0.95% -
XYZ 39.18 24.45 2.83 -
YUV 119.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 241 80 6 0 0.67 0.98 0.05 18.89 0.95 0.48
Hex F1 50 6 0 43 62 5 13 5F 30
Octal 361 120 6 0 103 142 5 23 137 60
Binary 11110001 1010000 110 0 1000011 1100010 101 10011 1011111 110000

Color Harmonies of #F15006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15006

Black with #F15006

Text Example


Text Example

White with #F15006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15006; }

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

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

background-color css

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

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

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

border-color css

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

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

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