Html Css Color HEX #F26013 Persimmon

📋 copy color: '#F26013'

red 242 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #F26013

Tints of Persimmon #F26013

RGB

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

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

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

R = 67.79%
G = 26.89%
B = 5.32%

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

#F26013 (or 0xF26013) is known color: Persimmon. HEX triplet: F2, 60 and 13. RGB value is (242,96,19). Sum of RGB (Red+Green+Blue) = 242+96+19=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F26013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26013 is #0D9FEC. Grayscale: #838383. Windows color (decimal): -892909 or 1270002. OLE color: 1270002.

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

Color convert

RGB 242 96 19 -
CMYK 0 0.60 0.92 0.05
HSL 20.72º 0.9% 0.51% -
HSV(B) 20.72º 0.92% 0.95% -
XYZ 40.92 27.29 3.73 -
YUV 130.88 64.87 207.26 -
System Red Green Blue C M Y K H S L
Decimal 242 96 19 0 0.60 0.92 0.05 20.72 0.9 0.51
Hex F2 60 13 0 3C 5C 5 15 5A 33
Octal 362 140 23 0 74 134 5 25 132 63
Binary 11110010 1100000 10011 0 111100 1011100 101 10101 1011010 110011

Color Harmonies of #F26013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26013

Black with #F26013

Text Example


Text Example

White with #F26013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26013; }

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

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

background-color css

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

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

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

border-color css

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

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

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