Html Css Color HEX #F2561B Persimmon

📋 copy color: '#F2561B'

red 242 ◦ green 86 ◦ blue 27

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

Shades of Persimmon #F2561B

Tints of Persimmon #F2561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 68.17%
G = 24.23%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2561B (or 0xF2561B) is known color: Persimmon. HEX triplet: F2, 56 and 1B. RGB value is (242,86,27). Sum of RGB (Red+Green+Blue) = 242+86+27=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2561B is #0DA9E4. Grayscale: #7E7E7E. Windows color (decimal): -895461 or 1791730. OLE color: 1791730.

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

Color convert

RGB 242 86 27 -
CMYK 0 0.64 0.89 0.05
HSL 16.47º 0.89% 0.53% -
HSV(B) 16.47º 0.89% 0.95% -
XYZ 40.14 25.61 3.86 -
YUV 125.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 242 86 27 0 0.64 0.89 0.05 16.47 0.89 0.53
Hex F2 56 1B 0 40 59 5 10 59 35
Octal 362 126 33 0 100 131 5 20 131 65
Binary 11110010 1010110 11011 0 1000000 1011001 101 10000 1011001 110101

Color Harmonies of #F2561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2561B

Black with #F2561B

Text Example


Text Example

White with #F2561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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