Html Css Color HEX #F26105 Persimmon

📋 copy color: '#F26105'

red 242 ◦ green 97 ◦ blue 5

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

Shades of Persimmon #F26105

Tints of Persimmon #F26105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 70.35%
G = 28.2%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26105 (or 0xF26105) is known color: Persimmon. HEX triplet: F2, 61 and 05. RGB value is (242,97,5). Sum of RGB (Red+Green+Blue) = 242+97+5=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F26105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26105 is #0D9EFA. Grayscale: #828282. Windows color (decimal): -892667 or 352754. OLE color: 352754.

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

Color convert

RGB 242 97 5 -
CMYK 0 0.60 0.98 0.05
HSL 23.29º 0.96% 0.48% -
HSV(B) 23.29º 0.98% 0.95% -
XYZ 40.92 27.44 3.28 -
YUV 129.87 57.54 207.98 -
System Red Green Blue C M Y K H S L
Decimal 242 97 5 0 0.60 0.98 0.05 23.29 0.96 0.48
Hex F2 61 5 0 3C 62 5 17 60 30
Octal 362 141 5 0 74 142 5 27 140 60
Binary 11110010 1100001 101 0 111100 1100010 101 10111 1100000 110000

Color Harmonies of #F26105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26105

Black with #F26105

Text Example


Text Example

White with #F26105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26105; }

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

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

background-color css

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

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

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

border-color css

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

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

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