Html Css Color HEX #F06404 Persimmon

📋 copy color: '#F06404'

red 240 ◦ green 100 ◦ blue 4

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

Shades of Persimmon #F06404

Tints of Persimmon #F06404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 69.77%
G = 29.07%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06404 (or 0xF06404) is known color: Persimmon. HEX triplet: F0, 64 and 04. RGB value is (240,100,4). Sum of RGB (Red+Green+Blue) = 240+100+4=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06404 is #0F9BFB. Grayscale: #838383. Windows color (decimal): -1022972 or 287984. OLE color: 287984.

HSL color Cylindrical-coordinate representation of color #F06404: hue angle of 24.41º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06404 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 4 -
CMYK 0 0.58 0.98 0.06
HSL 24.41º 0.97% 0.48% -
HSV(B) 24.41º 0.98% 0.94% -
XYZ 40.51 27.65 3.32 -
YUV 130.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 240 100 4 0 0.58 0.98 0.06 24.41 0.97 0.48
Hex F0 64 4 0 3A 62 6 18 61 30
Octal 360 144 4 0 72 142 6 30 141 60
Binary 11110000 1100100 100 0 111010 1100010 110 11000 1100001 110000

Color Harmonies of #F06404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06404

Black with #F06404

Text Example


Text Example

White with #F06404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06404; }

 p { color: rgb(240,100,4); }

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

background-color css

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

 a { background-color: rgb(240,100,4); }

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

border-color css

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

 span { border-color: rgb(240,100,4); }

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