Html Css Color HEX #F2560F Persimmon

📋 copy color: '#F2560F'

red 242 ◦ green 86 ◦ blue 15

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

Shades of Persimmon #F2560F

Tints of Persimmon #F2560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 70.55%
G = 25.07%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2560F (or 0xF2560F) is known color: Persimmon. HEX triplet: F2, 56 and 0F. RGB value is (242,86,15). Sum of RGB (Red+Green+Blue) = 242+86+15=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2560F is #0DA9F0. Grayscale: #7C7C7C. Windows color (decimal): -895473 or 1005298. OLE color: 1005298.

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

Color convert

RGB 242 86 15 -
CMYK 0 0.64 0.94 0.05
HSL 18.77º 0.9% 0.5% -
HSV(B) 18.77º 0.94% 0.95% -
XYZ 40.03 25.57 3.28 -
YUV 124.55 66.18 211.77 -
System Red Green Blue C M Y K H S L
Decimal 242 86 15 0 0.64 0.94 0.05 18.77 0.9 0.5
Hex F2 56 F 0 40 5E 5 13 5A 32
Octal 362 126 17 0 100 136 5 23 132 62
Binary 11110010 1010110 1111 0 1000000 1011110 101 10011 1011010 110010

Color Harmonies of #F2560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2560F

Black with #F2560F

Text Example


Text Example

White with #F2560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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