Html Css Color HEX #F2610A Persimmon

📋 copy color: '#F2610A'

red 242 ◦ green 97 ◦ blue 10

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

Shades of Persimmon #F2610A

Tints of Persimmon #F2610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 69.34%
G = 27.79%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2610A (or 0xF2610A) is known color: Persimmon. HEX triplet: F2, 61 and 0A. RGB value is (242,97,10). Sum of RGB (Red+Green+Blue) = 242+97+10=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F2610A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2610A is #0D9EF5. Grayscale: #828282. Windows color (decimal): -892662 or 680434. OLE color: 680434.

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

Color convert

RGB 242 97 10 -
CMYK 0 0.60 0.96 0.05
HSL 22.5º 0.92% 0.49% -
HSV(B) 22.5º 0.96% 0.95% -
XYZ 40.95 27.45 3.43 -
YUV 130.44 60.04 207.57 -
System Red Green Blue C M Y K H S L
Decimal 242 97 10 0 0.60 0.96 0.05 22.5 0.92 0.49
Hex F2 61 A 0 3C 60 5 16 5C 31
Octal 362 141 12 0 74 140 5 26 134 61
Binary 11110010 1100001 1010 0 111100 1100000 101 10110 1011100 110001

Color Harmonies of #F2610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2610A

Black with #F2610A

Text Example


Text Example

White with #F2610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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