Html Css Color HEX #F1501A Persimmon

📋 copy color: '#F1501A'

red 241 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #F1501A

Tints of Persimmon #F1501A

RGB

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

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

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

R = 69.45%
G = 23.05%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1501A (or 0xF1501A) is known color: Persimmon. HEX triplet: F1, 50 and 1A. RGB value is (241,80,26). Sum of RGB (Red+Green+Blue) = 241+80+26=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F1501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1501A is #0EAFE5. Grayscale: #7A7A7A. Windows color (decimal): -962534 or 1724657. OLE color: 1724657.

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

Color convert

RGB 241 80 26 -
CMYK 0 0.67 0.89 0.05
HSL 15.07º 0.88% 0.52% -
HSV(B) 15.07º 0.89% 0.95% -
XYZ 39.33 24.51 3.64 -
YUV 121.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 241 80 26 0 0.67 0.89 0.05 15.07 0.88 0.52
Hex F1 50 1A 0 43 59 5 F 58 34
Octal 361 120 32 0 103 131 5 17 130 64
Binary 11110001 1010000 11010 0 1000011 1011001 101 1111 1011000 110100

Color Harmonies of #F1501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1501A

Black with #F1501A

Text Example


Text Example

White with #F1501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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