Html Css Color HEX #F0500A Persimmon

📋 copy color: '#F0500A'

red 240 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #F0500A

Tints of Persimmon #F0500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 72.73%
G = 24.24%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0500A (or 0xF0500A) is known color: Persimmon. HEX triplet: F0, 50 and 0A. RGB value is (240,80,10). Sum of RGB (Red+Green+Blue) = 240+80+10=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0500A is #0FAFF5. Grayscale: #787878. Windows color (decimal): -1028086 or 676080. OLE color: 676080.

HSL color Cylindrical-coordinate representation of color #F0500A: hue angle of 18.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0500A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 10 -
CMYK 0 0.67 0.96 0.06
HSL 18.26º 0.92% 0.49% -
HSV(B) 18.26º 0.96% 0.94% -
XYZ 38.86 24.28 2.93 -
YUV 119.86 66.01 213.69 -
System Red Green Blue C M Y K H S L
Decimal 240 80 10 0 0.67 0.96 0.06 18.26 0.92 0.49
Hex F0 50 A 0 43 60 6 12 5C 31
Octal 360 120 12 0 103 140 6 22 134 61
Binary 11110000 1010000 1010 0 1000011 1100000 110 10010 1011100 110001

Color Harmonies of #F0500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0500A

Black with #F0500A

Text Example


Text Example

White with #F0500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0500A; }

 p { color: rgb(240,80,10); }

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

background-color css

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

 a { background-color: rgb(240,80,10); }

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

border-color css

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

 span { border-color: rgb(240,80,10); }

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