Html Css Color HEX #F0551C Persimmon

📋 copy color: '#F0551C'

red 240 ◦ green 85 ◦ blue 28

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

Shades of Persimmon #F0551C

Tints of Persimmon #F0551C

RGB

 RED value IS 240 (94.14% from 255) = 67.99%

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 67.99%
G = 24.08%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0551C (or 0xF0551C) is known color: Persimmon. HEX triplet: F0, 55 and 1C. RGB value is (240,85,28). Sum of RGB (Red+Green+Blue) = 240+85+28=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0551C is #0FAAE3. Grayscale: #7D7D7D. Windows color (decimal): -1026788 or 1857008. OLE color: 1857008.

HSL color Cylindrical-coordinate representation of color #F0551C: hue angle of 16.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0551C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 28 -
CMYK 0 0.65 0.88 0.06
HSL 16.13º 0.88% 0.53% -
HSV(B) 16.13º 0.88% 0.94% -
XYZ 39.39 25.11 3.87 -
YUV 124.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 240 85 28 0 0.65 0.88 0.06 16.13 0.88 0.53
Hex F0 55 1C 0 41 58 6 10 58 35
Octal 360 125 34 0 101 130 6 20 130 65
Binary 11110000 1010101 11100 0 1000001 1011000 110 10000 1011000 110101

Color Harmonies of #F0551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0551C

Black with #F0551C

Text Example


Text Example

White with #F0551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0551C; }

 p { color: rgb(240,85,28); }

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

background-color css

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

 a { background-color: rgb(240,85,28); }

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

border-color css

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

 span { border-color: rgb(240,85,28); }

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