Html Css Color HEX #F06301 Persimmon

📋 copy color: '#F06301'

red 240 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #F06301

Tints of Persimmon #F06301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 70.59%
G = 29.12%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F06301 (or 0xF06301) is known color: Persimmon. HEX triplet: F0, 63 and 01. RGB value is (240,99,1). Sum of RGB (Red+Green+Blue) = 240+99+1=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F06301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06301 is #0F9CFE. Grayscale: #828282. Windows color (decimal): -1023231 or 91120. OLE color: 91120.

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

Color convert

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

Color Harmonies of #F06301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06301

Black with #F06301

Text Example


Text Example

White with #F06301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06301; }

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

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

background-color css

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

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

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

border-color css

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

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

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