Html Css Color HEX #F26311 Persimmon

📋 copy color: '#F26311'

red 242 ◦ green 99 ◦ blue 17

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

Shades of Persimmon #F26311

Tints of Persimmon #F26311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 67.6%
G = 27.65%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26311 (or 0xF26311) is known color: Persimmon. HEX triplet: F2, 63 and 11. RGB value is (242,99,17). Sum of RGB (Red+Green+Blue) = 242+99+17=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F26311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26311 is #0D9CEE. Grayscale: #848484. Windows color (decimal): -892143 or 1139698. OLE color: 1139698.

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

Color convert

RGB 242 99 17 -
CMYK 0 0.59 0.93 0.05
HSL 21.87º 0.9% 0.51% -
HSV(B) 21.87º 0.93% 0.95% -
XYZ 41.18 27.84 3.73 -
YUV 132.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 242 99 17 0 0.59 0.93 0.05 21.87 0.9 0.51
Hex F2 63 11 0 3B 5D 5 16 5A 33
Octal 362 143 21 0 73 135 5 26 132 63
Binary 11110010 1100011 10001 0 111011 1011101 101 10110 1011010 110011

Color Harmonies of #F26311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26311

Black with #F26311

Text Example


Text Example

White with #F26311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26311; }

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

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

background-color css

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

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

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

border-color css

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

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

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