Html Css Color HEX #F1610A Persimmon

📋 copy color: '#F1610A'

red 241 ◦ green 97 ◦ blue 10

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

Shades of Persimmon #F1610A

Tints of Persimmon #F1610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 69.25%
G = 27.87%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1610A (or 0xF1610A) is known color: Persimmon. HEX triplet: F1, 61 and 0A. RGB value is (241,97,10). Sum of RGB (Red+Green+Blue) = 241+97+10=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1610A is #0E9EF5. Grayscale: #828282. Windows color (decimal): -958198 or 680433. OLE color: 680433.

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

Color convert

RGB 241 97 10 -
CMYK 0 0.60 0.96 0.05
HSL 22.6º 0.92% 0.49% -
HSV(B) 22.6º 0.96% 0.95% -
XYZ 40.61 27.27 3.41 -
YUV 130.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 241 97 10 0 0.60 0.96 0.05 22.6 0.92 0.49
Hex F1 61 A 0 3C 60 5 17 5C 31
Octal 361 141 12 0 74 140 5 27 134 61
Binary 11110001 1100001 1010 0 111100 1100000 101 10111 1011100 110001

Color Harmonies of #F1610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1610A

Black with #F1610A

Text Example


Text Example

White with #F1610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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