Html Css Color HEX #F2561C Persimmon

📋 copy color: '#F2561C'

red 242 ◦ green 86 ◦ blue 28

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

Shades of Persimmon #F2561C

Tints of Persimmon #F2561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 67.98%
G = 24.16%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2561C (or 0xF2561C) is known color: Persimmon. HEX triplet: F2, 56 and 1C. RGB value is (242,86,28). Sum of RGB (Red+Green+Blue) = 242+86+28=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2561C is #0DA9E3. Grayscale: #7E7E7E. Windows color (decimal): -895460 or 1857266. OLE color: 1857266.

HSL color Cylindrical-coordinate representation of color #F2561C: hue angle of 16.26º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2561C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 28 -
CMYK 0 0.64 0.88 0.05
HSL 16.26º 0.89% 0.53% -
HSV(B) 16.26º 0.88% 0.95% -
XYZ 40.16 25.62 3.93 -
YUV 126.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 242 86 28 0 0.64 0.88 0.05 16.26 0.89 0.53
Hex F2 56 1C 0 40 58 5 10 59 35
Octal 362 126 34 0 100 130 5 20 131 65
Binary 11110010 1010110 11100 0 1000000 1011000 101 10000 1011001 110101

Color Harmonies of #F2561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2561C

Black with #F2561C

Text Example


Text Example

White with #F2561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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