Html Css Color HEX #F26111 Persimmon

📋 copy color: '#F26111'

red 242 ◦ green 97 ◦ blue 17

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

Shades of Persimmon #F26111

Tints of Persimmon #F26111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.78%

R = 67.98%
G = 27.25%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26111 (or 0xF26111) is known color: Persimmon. HEX triplet: F2, 61 and 11. RGB value is (242,97,17). Sum of RGB (Red+Green+Blue) = 242+97+17=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F26111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26111 is #0D9EEE. Grayscale: #838383. Windows color (decimal): -892655 or 1139186. OLE color: 1139186.

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

Color convert

RGB 242 97 17 -
CMYK 0 0.60 0.93 0.05
HSL 21.33º 0.9% 0.51% -
HSV(B) 21.33º 0.93% 0.95% -
XYZ 40.99 27.47 3.67 -
YUV 131.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 242 97 17 0 0.60 0.93 0.05 21.33 0.9 0.51
Hex F2 61 11 0 3C 5D 5 15 5A 33
Octal 362 141 21 0 74 135 5 25 132 63
Binary 11110010 1100001 10001 0 111100 1011101 101 10101 1011010 110011

Color Harmonies of #F26111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26111

Black with #F26111

Text Example


Text Example

White with #F26111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26111; }

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

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

background-color css

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

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

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

border-color css

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

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

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