Html Css Color HEX #F04D0C Persimmon

📋 copy color: '#F04D0C'

red 240 ◦ green 77 ◦ blue 12

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

Shades of Persimmon #F04D0C

Tints of Persimmon #F04D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 72.95%
G = 23.4%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F04D0C (or 0xF04D0C) is known color: Persimmon. HEX triplet: F0, 4D and 0C. RGB value is (240,77,12). Sum of RGB (Red+Green+Blue) = 240+77+12=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D0C is #0FB2F3. Grayscale: #767676. Windows color (decimal): -1028852 or 806384. OLE color: 806384.

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

Color convert

RGB 240 77 12 -
CMYK 0 0.68 0.95 0.06
HSL 17.11º 0.9% 0.49% -
HSV(B) 17.11º 0.95% 0.94% -
XYZ 38.66 23.86 2.92 -
YUV 118.33 68 214.79 -
System Red Green Blue C M Y K H S L
Decimal 240 77 12 0 0.68 0.95 0.06 17.11 0.9 0.49
Hex F0 4D C 0 44 5F 6 11 5A 31
Octal 360 115 14 0 104 137 6 21 132 61
Binary 11110000 1001101 1100 0 1000100 1011111 110 10001 1011010 110001

Color Harmonies of #F04D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D0C

Black with #F04D0C

Text Example


Text Example

White with #F04D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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