Html Css Color HEX #F1610B Persimmon

📋 copy color: '#F1610B'

red 241 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #F1610B

Tints of Persimmon #F1610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 69.05%
G = 27.79%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1610B (or 0xF1610B) is known color: Persimmon. HEX triplet: F1, 61 and 0B. RGB value is (241,97,11). Sum of RGB (Red+Green+Blue) = 241+97+11=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1610B is #0E9EF4. Grayscale: #828282. Windows color (decimal): -958197 or 745969. OLE color: 745969.

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

Color convert

RGB 241 97 11 -
CMYK 0 0.60 0.95 0.05
HSL 22.43º 0.91% 0.49% -
HSV(B) 22.43º 0.95% 0.95% -
XYZ 40.61 27.27 3.44 -
YUV 130.25 60.71 206.99 -
System Red Green Blue C M Y K H S L
Decimal 241 97 11 0 0.60 0.95 0.05 22.43 0.91 0.49
Hex F1 61 B 0 3C 5F 5 16 5B 31
Octal 361 141 13 0 74 137 5 26 133 61
Binary 11110001 1100001 1011 0 111100 1011111 101 10110 1011011 110001

Color Harmonies of #F1610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1610B

Black with #F1610B

Text Example


Text Example

White with #F1610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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