Html Css Color HEX #F1550A Persimmon

📋 copy color: '#F1550A'

red 241 ◦ green 85 ◦ blue 10

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

Shades of Persimmon #F1550A

Tints of Persimmon #F1550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 71.73%
G = 25.3%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1550A (or 0xF1550A) is known color: Persimmon. HEX triplet: F1, 55 and 0A. RGB value is (241,85,10). Sum of RGB (Red+Green+Blue) = 241+85+10=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1550A is #0EAAF5. Grayscale: #7B7B7B. Windows color (decimal): -961270 or 677361. OLE color: 677361.

HSL color Cylindrical-coordinate representation of color #F1550A: hue angle of 19.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1550A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 10 -
CMYK 0 0.65 0.96 0.05
HSL 19.48º 0.92% 0.49% -
HSV(B) 19.48º 0.96% 0.95% -
XYZ 39.58 25.22 3.07 -
YUV 123.09 64.18 212.1 -
System Red Green Blue C M Y K H S L
Decimal 241 85 10 0 0.65 0.96 0.05 19.48 0.92 0.49
Hex F1 55 A 0 41 60 5 13 5C 31
Octal 361 125 12 0 101 140 5 23 134 61
Binary 11110001 1010101 1010 0 1000001 1100000 101 10011 1011100 110001

Color Harmonies of #F1550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1550A

Black with #F1550A

Text Example


Text Example

White with #F1550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1550A; }

 p { color: rgb(241,85,10); }

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

background-color css

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

 a { background-color: rgb(241,85,10); }

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

border-color css

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

 span { border-color: rgb(241,85,10); }

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