Html Css Color HEX #F05306 Persimmon

📋 copy color: '#F05306'

red 240 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #F05306

Tints of Persimmon #F05306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 72.95%
G = 25.23%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F05306 (or 0xF05306) is known color: Persimmon. HEX triplet: F0, 53 and 06. RGB value is (240,83,6). Sum of RGB (Red+Green+Blue) = 240+83+6=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F05306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05306 is #0FACF9. Grayscale: #797979. Windows color (decimal): -1027322 or 414704. OLE color: 414704.

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

Color convert

RGB 240 83 6 -
CMYK 0 0.65 0.98 0.06
HSL 19.74º 0.95% 0.48% -
HSV(B) 19.74º 0.98% 0.94% -
XYZ 39.06 24.72 2.89 -
YUV 121.17 63.01 212.76 -
System Red Green Blue C M Y K H S L
Decimal 240 83 6 0 0.65 0.98 0.06 19.74 0.95 0.48
Hex F0 53 6 0 41 62 6 14 5F 30
Octal 360 123 6 0 101 142 6 24 137 60
Binary 11110000 1010011 110 0 1000001 1100010 110 10100 1011111 110000

Color Harmonies of #F05306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05306

Black with #F05306

Text Example


Text Example

White with #F05306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05306; }

 p { color: rgb(240,83,6); }

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

background-color css

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

 a { background-color: rgb(240,83,6); }

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

border-color css

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

 span { border-color: rgb(240,83,6); }

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