Html Css Color HEX #F2600A Persimmon

📋 copy color: '#F2600A'

red 242 ◦ green 96 ◦ blue 10

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

Shades of Persimmon #F2600A

Tints of Persimmon #F2600A

RGB

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

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

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

R = 69.54%
G = 27.59%
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

#F2600A (or 0xF2600A) is known color: Persimmon. HEX triplet: F2, 60 and 0A. RGB value is (242,96,10). Sum of RGB (Red+Green+Blue) = 242+96+10=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F2600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2600A is #0D9FF5. Grayscale: #828282. Windows color (decimal): -892918 or 680178. OLE color: 680178.

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

Color convert

RGB 242 96 10 -
CMYK 0 0.60 0.96 0.05
HSL 22.24º 0.92% 0.49% -
HSV(B) 22.24º 0.96% 0.95% -
XYZ 40.86 27.26 3.4 -
YUV 129.85 60.37 207.99 -
System Red Green Blue C M Y K H S L
Decimal 242 96 10 0 0.60 0.96 0.05 22.24 0.92 0.49
Hex F2 60 A 0 3C 60 5 16 5C 31
Octal 362 140 12 0 74 140 5 26 134 61
Binary 11110010 1100000 1010 0 111100 1100000 101 10110 1011100 110001

Color Harmonies of #F2600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2600A

Black with #F2600A

Text Example


Text Example

White with #F2600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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