Html Css Color HEX #F15308 Persimmon

📋 copy color: '#F15308'

red 241 ◦ green 83 ◦ blue 8

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

Shades of Persimmon #F15308

Tints of Persimmon #F15308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 8 (3.52% from 255) = 2.41%

R = 72.59%
G = 25%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F15308 (or 0xF15308) is known color: Persimmon. HEX triplet: F1, 53 and 08. RGB value is (241,83,8). Sum of RGB (Red+Green+Blue) = 241+83+8=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F15308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15308 is #0EACF7. Grayscale: #7A7A7A. Windows color (decimal): -961784 or 545777. OLE color: 545777.

HSL color Cylindrical-coordinate representation of color #F15308: hue angle of 19.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F15308 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 83 8 -
CMYK 0 0.66 0.97 0.05
HSL 19.31º 0.94% 0.49% -
HSV(B) 19.31º 0.97% 0.95% -
XYZ 39.41 24.9 2.96 -
YUV 121.69 63.85 213.1 -
System Red Green Blue C M Y K H S L
Decimal 241 83 8 0 0.66 0.97 0.05 19.31 0.94 0.49
Hex F1 53 8 0 42 61 5 13 5E 31
Octal 361 123 10 0 102 141 5 23 136 61
Binary 11110001 1010011 1000 0 1000010 1100001 101 10011 1011110 110001

Color Harmonies of #F15308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15308

Black with #F15308

Text Example


Text Example

White with #F15308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15308; }

 p { color: rgb(241,83,8); }

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

background-color css

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

 a { background-color: rgb(241,83,8); }

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

border-color css

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

 span { border-color: rgb(241,83,8); }

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