Html Css Color HEX #F04D0A Persimmon

📋 copy color: '#F04D0A'

red 240 ◦ green 77 ◦ blue 10

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

Shades of Persimmon #F04D0A

Tints of Persimmon #F04D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

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

R = 73.39%
G = 23.55%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F04D0A (or 0xF04D0A) is known color: Persimmon. HEX triplet: F0, 4D and 0A. RGB value is (240,77,10). Sum of RGB (Red+Green+Blue) = 240+77+10=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D0A is #0FB2F5. Grayscale: #767676. Windows color (decimal): -1028854 or 675312. OLE color: 675312.

HSL color Cylindrical-coordinate representation of color #F04D0A: hue angle of 17.48º 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 #F04D0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 10 -
CMYK 0 0.68 0.96 0.06
HSL 17.48º 0.92% 0.49% -
HSV(B) 17.48º 0.96% 0.94% -
XYZ 38.64 23.85 2.85 -
YUV 118.1 67 214.95 -
System Red Green Blue C M Y K H S L
Decimal 240 77 10 0 0.68 0.96 0.06 17.48 0.92 0.49
Hex F0 4D A 0 44 60 6 11 5C 31
Octal 360 115 12 0 104 140 6 21 134 61
Binary 11110000 1001101 1010 0 1000100 1100000 110 10001 1011100 110001

Color Harmonies of #F04D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D0A

Black with #F04D0A

Text Example


Text Example

White with #F04D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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