Html Css Color HEX #F04C0D Persimmon

📋 copy color: '#F04C0D'

red 240 ◦ green 76 ◦ blue 13

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

Shades of Persimmon #F04C0D

Tints of Persimmon #F04C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 72.95%
G = 23.1%
B = 3.95%

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

#F04C0D (or 0xF04C0D) is known color: Persimmon. HEX triplet: F0, 4C and 0D. RGB value is (240,76,13). Sum of RGB (Red+Green+Blue) = 240+76+13=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C0D is #0FB3F2. Grayscale: #767676. Windows color (decimal): -1029107 or 871664. OLE color: 871664.

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

Color convert

RGB 240 76 13 -
CMYK 0 0.68 0.95 0.06
HSL 16.65º 0.9% 0.5% -
HSV(B) 16.65º 0.95% 0.94% -
XYZ 38.59 23.72 2.93 -
YUV 117.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 240 76 13 0 0.68 0.95 0.06 16.65 0.9 0.5
Hex F0 4C D 0 44 5F 6 11 5A 32
Octal 360 114 15 0 104 137 6 21 132 62
Binary 11110000 1001100 1101 0 1000100 1011111 110 10001 1011010 110010

Color Harmonies of #F04C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C0D

Black with #F04C0D

Text Example


Text Example

White with #F04C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C0D; }

 p { color: rgb(240,76,13); }

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

background-color css

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

 a { background-color: rgb(240,76,13); }

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

border-color css

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

 span { border-color: rgb(240,76,13); }

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