Html Css Color HEX #F26113 Persimmon

📋 copy color: '#F26113'

red 242 ◦ green 97 ◦ blue 19

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

Shades of Persimmon #F26113

Tints of Persimmon #F26113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 67.6%
G = 27.09%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26113 (or 0xF26113) is known color: Persimmon. HEX triplet: F2, 61 and 13. RGB value is (242,97,19). Sum of RGB (Red+Green+Blue) = 242+97+19=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F26113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26113 is #0D9EEC. Grayscale: #838383. Windows color (decimal): -892653 or 1270258. OLE color: 1270258.

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

Color convert

RGB 242 97 19 -
CMYK 0 0.60 0.92 0.05
HSL 20.99º 0.9% 0.51% -
HSV(B) 20.99º 0.92% 0.95% -
XYZ 41.01 27.47 3.76 -
YUV 131.46 64.54 206.84 -
System Red Green Blue C M Y K H S L
Decimal 242 97 19 0 0.60 0.92 0.05 20.99 0.9 0.51
Hex F2 61 13 0 3C 5C 5 15 5A 33
Octal 362 141 23 0 74 134 5 25 132 63
Binary 11110010 1100001 10011 0 111100 1011100 101 10101 1011010 110011

Color Harmonies of #F26113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26113

Black with #F26113

Text Example


Text Example

White with #F26113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26113; }

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

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

background-color css

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

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

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

border-color css

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

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

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