Html Css Color HEX #F15A0D Persimmon

📋 copy color: '#F15A0D'

red 241 ◦ green 90 ◦ blue 13

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

Shades of Persimmon #F15A0D

Tints of Persimmon #F15A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 70.06%
G = 26.16%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F15A0D (or 0xF15A0D) is known color: Persimmon. HEX triplet: F1, 5A and 0D. RGB value is (241,90,13). Sum of RGB (Red+Green+Blue) = 241+90+13=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15A0D is #0EA5F2. Grayscale: #7E7E7E. Windows color (decimal): -959987 or 875249. OLE color: 875249.

HSL color Cylindrical-coordinate representation of color #F15A0D: hue angle of 20.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F15A0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 90 13 -
CMYK 0 0.63 0.95 0.05
HSL 20.26º 0.9% 0.5% -
HSV(B) 20.26º 0.95% 0.95% -
XYZ 40 26.04 3.3 -
YUV 126.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 241 90 13 0 0.63 0.95 0.05 20.26 0.9 0.5
Hex F1 5A D 0 3F 5F 5 14 5A 32
Octal 361 132 15 0 77 137 5 24 132 62
Binary 11110001 1011010 1101 0 111111 1011111 101 10100 1011010 110010

Color Harmonies of #F15A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A0D

Black with #F15A0D

Text Example


Text Example

White with #F15A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A0D; }

 p { color: rgb(241,90,13); }

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

background-color css

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

 a { background-color: rgb(241,90,13); }

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

border-color css

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

 span { border-color: rgb(241,90,13); }

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