Html Css Color HEX #F26011 Persimmon

📋 copy color: '#F26011'

red 242 ◦ green 96 ◦ blue 17

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

Shades of Persimmon #F26011

Tints of Persimmon #F26011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 68.17%
G = 27.04%
B = 4.79%

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

#F26011 (or 0xF26011) is known color: Persimmon. HEX triplet: F2, 60 and 11. RGB value is (242,96,17). Sum of RGB (Red+Green+Blue) = 242+96+17=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F26011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26011 is #0D9FEE. Grayscale: #838383. Windows color (decimal): -892911 or 1138930. OLE color: 1138930.

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

Color convert

RGB 242 96 17 -
CMYK 0 0.60 0.93 0.05
HSL 21.07º 0.9% 0.51% -
HSV(B) 21.07º 0.93% 0.95% -
XYZ 40.9 27.28 3.64 -
YUV 130.65 63.87 207.42 -
System Red Green Blue C M Y K H S L
Decimal 242 96 17 0 0.60 0.93 0.05 21.07 0.9 0.51
Hex F2 60 11 0 3C 5D 5 15 5A 33
Octal 362 140 21 0 74 135 5 25 132 63
Binary 11110010 1100000 10001 0 111100 1011101 101 10101 1011010 110011

Color Harmonies of #F26011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26011

Black with #F26011

Text Example


Text Example

White with #F26011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26011; }

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

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

background-color css

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

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

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

border-color css

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

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

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