Html Css Color HEX #F1540C Persimmon

📋 copy color: '#F1540C'

red 241 ◦ green 84 ◦ blue 12

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

Shades of Persimmon #F1540C

Tints of Persimmon #F1540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 71.51%
G = 24.93%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1540C (or 0xF1540C) is known color: Persimmon. HEX triplet: F1, 54 and 0C. RGB value is (241,84,12). Sum of RGB (Red+Green+Blue) = 241+84+12=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1540C is #0EABF3. Grayscale: #7B7B7B. Windows color (decimal): -961524 or 808177. OLE color: 808177.

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

Color convert

RGB 241 84 12 -
CMYK 0 0.65 0.95 0.05
HSL 18.86º 0.91% 0.5% -
HSV(B) 18.86º 0.95% 0.95% -
XYZ 39.51 25.07 3.1 -
YUV 122.74 65.51 212.35 -
System Red Green Blue C M Y K H S L
Decimal 241 84 12 0 0.65 0.95 0.05 18.86 0.91 0.5
Hex F1 54 C 0 41 5F 5 13 5B 32
Octal 361 124 14 0 101 137 5 23 133 62
Binary 11110001 1010100 1100 0 1000001 1011111 101 10011 1011011 110010

Color Harmonies of #F1540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1540C

Black with #F1540C

Text Example


Text Example

White with #F1540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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