Html Css Color HEX #F26109 Persimmon

📋 copy color: '#F26109'

red 242 ◦ green 97 ◦ blue 9

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

Shades of Persimmon #F26109

Tints of Persimmon #F26109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 69.54%
G = 27.87%
B = 2.59%

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

#F26109 (or 0xF26109) is known color: Persimmon. HEX triplet: F2, 61 and 09. RGB value is (242,97,9). Sum of RGB (Red+Green+Blue) = 242+97+9=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F26109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26109 is #0D9EF6. Grayscale: #828282. Windows color (decimal): -892663 or 614898. OLE color: 614898.

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

Color convert

RGB 242 97 9 -
CMYK 0 0.60 0.96 0.05
HSL 22.66º 0.93% 0.49% -
HSV(B) 22.66º 0.96% 0.95% -
XYZ 40.94 27.45 3.4 -
YUV 130.32 59.54 207.66 -
System Red Green Blue C M Y K H S L
Decimal 242 97 9 0 0.60 0.96 0.05 22.66 0.93 0.49
Hex F2 61 9 0 3C 60 5 17 5D 31
Octal 362 141 11 0 74 140 5 27 135 61
Binary 11110010 1100001 1001 0 111100 1100000 101 10111 1011101 110001

Color Harmonies of #F26109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26109

Black with #F26109

Text Example


Text Example

White with #F26109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26109; }

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

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

background-color css

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

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

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

border-color css

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

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

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