Html Css Color HEX #F1521A Persimmon

📋 copy color: '#F1521A'

red 241 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #F1521A

Tints of Persimmon #F1521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 69.05%
G = 23.5%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1521A (or 0xF1521A) is known color: Persimmon. HEX triplet: F1, 52 and 1A. RGB value is (241,82,26). Sum of RGB (Red+Green+Blue) = 241+82+26=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521A is #0EADE5. Grayscale: #7B7B7B. Windows color (decimal): -962022 or 1725169. OLE color: 1725169.

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

Color convert

RGB 241 82 26 -
CMYK 0 0.66 0.89 0.05
HSL 15.63º 0.88% 0.52% -
HSV(B) 15.63º 0.89% 0.95% -
XYZ 39.48 24.81 3.69 -
YUV 123.16 73.18 212.05 -
System Red Green Blue C M Y K H S L
Decimal 241 82 26 0 0.66 0.89 0.05 15.63 0.88 0.52
Hex F1 52 1A 0 42 59 5 10 58 34
Octal 361 122 32 0 102 131 5 20 130 64
Binary 11110001 1010010 11010 0 1000010 1011001 101 10000 1011000 110100

Color Harmonies of #F1521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1521A

Black with #F1521A

Text Example


Text Example

White with #F1521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1521A; }

 p { color: rgb(241,82,26); }

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

background-color css

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

 a { background-color: rgb(241,82,26); }

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

border-color css

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

 span { border-color: rgb(241,82,26); }

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