Html Css Color HEX #F2610F Persimmon

📋 copy color: '#F2610F'

red 242 ◦ green 97 ◦ blue 15

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

Shades of Persimmon #F2610F

Tints of Persimmon #F2610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 68.36%
G = 27.4%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2610F (or 0xF2610F) is known color: Persimmon. HEX triplet: F2, 61 and 0F. RGB value is (242,97,15). Sum of RGB (Red+Green+Blue) = 242+97+15=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2610F is #0D9EF0. Grayscale: #838383. Windows color (decimal): -892657 or 1008114. OLE color: 1008114.

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

Color convert

RGB 242 97 15 -
CMYK 0 0.60 0.94 0.05
HSL 21.67º 0.9% 0.5% -
HSV(B) 21.67º 0.94% 0.95% -
XYZ 40.98 27.46 3.59 -
YUV 131.01 62.54 207.17 -
System Red Green Blue C M Y K H S L
Decimal 242 97 15 0 0.60 0.94 0.05 21.67 0.9 0.5
Hex F2 61 F 0 3C 5E 5 16 5A 32
Octal 362 141 17 0 74 136 5 26 132 62
Binary 11110010 1100001 1111 0 111100 1011110 101 10110 1011010 110010

Color Harmonies of #F2610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2610F

Black with #F2610F

Text Example


Text Example

White with #F2610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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