Html Css Color HEX #F06504 Persimmon

📋 copy color: '#F06504'

red 240 ◦ green 101 ◦ blue 4

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

Shades of Persimmon #F06504

Tints of Persimmon #F06504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 69.57%
G = 29.28%
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

#F06504 (or 0xF06504) is known color: Persimmon. HEX triplet: F0, 65 and 04. RGB value is (240,101,4). Sum of RGB (Red+Green+Blue) = 240+101+4=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06504 is #0F9AFB. Grayscale: #848484. Windows color (decimal): -1022716 or 288240. OLE color: 288240.

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

Color convert

RGB 240 101 4 -
CMYK 0 0.58 0.98 0.06
HSL 24.66º 0.97% 0.48% -
HSV(B) 24.66º 0.98% 0.94% -
XYZ 40.61 27.84 3.35 -
YUV 131.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 240 101 4 0 0.58 0.98 0.06 24.66 0.97 0.48
Hex F0 65 4 0 3A 62 6 19 61 30
Octal 360 145 4 0 72 142 6 31 141 60
Binary 11110000 1100101 100 0 111010 1100010 110 11001 1100001 110000

Color Harmonies of #F06504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06504

Black with #F06504

Text Example


Text Example

White with #F06504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06504; }

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

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

background-color css

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

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

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

border-color css

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

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

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