Html Css Color HEX #F1501B Persimmon

📋 copy color: '#F1501B'

red 241 ◦ green 80 ◦ blue 27

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

Shades of Persimmon #F1501B

Tints of Persimmon #F1501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 69.25%
G = 22.99%
B = 7.76%

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

#F1501B (or 0xF1501B) is known color: Persimmon. HEX triplet: F1, 50 and 1B. RGB value is (241,80,27). Sum of RGB (Red+Green+Blue) = 241+80+27=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1501B is #0EAFE4. Grayscale: #7A7A7A. Windows color (decimal): -962533 or 1790193. OLE color: 1790193.

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

Color convert

RGB 241 80 27 -
CMYK 0 0.67 0.89 0.05
HSL 14.86º 0.88% 0.53% -
HSV(B) 14.86º 0.89% 0.95% -
XYZ 39.34 24.52 3.7 -
YUV 122.1 74.34 212.81 -
System Red Green Blue C M Y K H S L
Decimal 241 80 27 0 0.67 0.89 0.05 14.86 0.88 0.53
Hex F1 50 1B 0 43 59 5 F 58 35
Octal 361 120 33 0 103 131 5 17 130 65
Binary 11110001 1010000 11011 0 1000011 1011001 101 1111 1011000 110101

Color Harmonies of #F1501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1501B

Black with #F1501B

Text Example


Text Example

White with #F1501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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