Html Css Color HEX #F26101 Persimmon

📋 copy color: '#F26101'

red 242 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #F26101

Tints of Persimmon #F26101

RGB

 RED value IS 242 (94.92% from 255) = 71.18%

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 71.18%
G = 28.53%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F26101 (or 0xF26101) is known color: Persimmon. HEX triplet: F2, 61 and 01. RGB value is (242,97,1). Sum of RGB (Red+Green+Blue) = 242+97+1=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F26101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26101 is #0D9EFE. Grayscale: #818181. Windows color (decimal): -892671 or 90610. OLE color: 90610.

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

Color convert

RGB 242 97 1 -
CMYK 0 0.60 1.00 0.05
HSL 23.9º 0.99% 0.48% -
HSV(B) 23.9º 1% 0.95% -
XYZ 40.9 27.43 3.17 -
YUV 129.41 55.54 208.31 -
System Red Green Blue C M Y K H S L
Decimal 242 97 1 0 0.60 1.00 0.05 23.9 0.99 0.48
Hex F2 61 1 0 3C 64 5 18 63 30
Octal 362 141 1 0 74 144 5 30 143 60
Binary 11110010 1100001 1 0 111100 1100100 101 11000 1100011 110000

Color Harmonies of #F26101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26101

Black with #F26101

Text Example


Text Example

White with #F26101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26101; }

 p { color: rgb(242,97,1); }

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

background-color css

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

 a { background-color: rgb(242,97,1); }

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

border-color css

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

 span { border-color: rgb(242,97,1); }

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