Html Css Color HEX #F06500 Persimmon

📋 copy color: '#F06500'

red 240 ◦ green 101 ◦ blue 0

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

Shades of Persimmon #F06500

Tints of Persimmon #F06500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.38%
G = 29.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06500 (or 0xF06500) is known color: Persimmon. HEX triplet: F0, 65 and 00. RGB value is (240,101,0). Sum of RGB (Red+Green+Blue) = 240+101+0=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F06500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06500 is #0F9AFF. Grayscale: #838383. Windows color (decimal): -1022720 or 26096. OLE color: 26096.

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

Color convert

RGB 240 101 0 -
CMYK 0 0.58 1 0.06
HSL 25.25º 1% 0.47% -
HSV(B) 25.25º 1% 0.94% -
XYZ 40.59 27.83 3.23 -
YUV 131.05 54.05 205.71 -
System Red Green Blue C M Y K H S L
Decimal 240 101 0 0 0.58 1 0.06 25.25 1 0.47
Hex F0 65 0 0 3A 64 6 19 64 2F
Octal 360 145 0 0 72 144 6 31 144 57
Binary 11110000 1100101 0 0 111010 1100100 110 11001 1100100 101111

Color Harmonies of #F06500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06500

Black with #F06500

Text Example


Text Example

White with #F06500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06500; }

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

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

background-color css

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

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

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

border-color css

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

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

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