Html Css Color HEX #F06300 Persimmon

📋 copy color: '#F06300'

red 240 ◦ green 99 ◦ blue 0

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

Shades of Persimmon #F06300

Tints of Persimmon #F06300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 70.8%
G = 29.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06300 (or 0xF06300) is known color: Persimmon. HEX triplet: F0, 63 and 00. RGB value is (240,99,0). Sum of RGB (Red+Green+Blue) = 240+99+0=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F06300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06300 is #0F9CFF. Grayscale: #828282. Windows color (decimal): -1023232 or 25584. OLE color: 25584.

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

Color convert

RGB 240 99 0 -
CMYK 0 0.59 1 0.06
HSL 24.75º 1% 0.47% -
HSV(B) 24.75º 1% 0.94% -
XYZ 40.4 27.45 3.17 -
YUV 129.87 54.71 206.55 -
System Red Green Blue C M Y K H S L
Decimal 240 99 0 0 0.59 1 0.06 24.75 1 0.47
Hex F0 63 0 0 3B 64 6 19 64 2F
Octal 360 143 0 0 73 144 6 31 144 57
Binary 11110000 1100011 0 0 111011 1100100 110 11001 1100100 101111

Color Harmonies of #F06300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06300

Black with #F06300

Text Example


Text Example

White with #F06300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06300; }

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

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

background-color css

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

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

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

border-color css

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

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

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