Html Css Color HEX #F0550E Persimmon

📋 copy color: '#F0550E'

red 240 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #F0550E

Tints of Persimmon #F0550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 70.8%
G = 25.07%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0550E (or 0xF0550E) is known color: Persimmon. HEX triplet: F0, 55 and 0E. RGB value is (240,85,14). Sum of RGB (Red+Green+Blue) = 240+85+14=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0550E is #0FAAF1. Grayscale: #7B7B7B. Windows color (decimal): -1026802 or 939504. OLE color: 939504.

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

Color convert

RGB 240 85 14 -
CMYK 0 0.65 0.94 0.06
HSL 18.85º 0.89% 0.5% -
HSV(B) 18.85º 0.94% 0.94% -
XYZ 39.26 25.05 3.18 -
YUV 123.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 240 85 14 0 0.65 0.94 0.06 18.85 0.89 0.5
Hex F0 55 E 0 41 5E 6 13 59 32
Octal 360 125 16 0 101 136 6 23 131 62
Binary 11110000 1010101 1110 0 1000001 1011110 110 10011 1011001 110010

Color Harmonies of #F0550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0550E

Black with #F0550E

Text Example


Text Example

White with #F0550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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