Html Css Color HEX #F05706 Persimmon

📋 copy color: '#F05706'

red 240 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #F05706

Tints of Persimmon #F05706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

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

R = 72.07%
G = 26.13%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F05706 (or 0xF05706) is known color: Persimmon. HEX triplet: F0, 57 and 06. RGB value is (240,87,6). Sum of RGB (Red+Green+Blue) = 240+87+6=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F05706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05706 is #0FA8F9. Grayscale: #7B7B7B. Windows color (decimal): -1026298 or 415728. OLE color: 415728.

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

Color convert

RGB 240 87 6 -
CMYK 0 0.64 0.98 0.06
HSL 20.77º 0.95% 0.48% -
HSV(B) 20.77º 0.98% 0.94% -
XYZ 39.38 25.35 2.99 -
YUV 123.51 61.69 211.09 -
System Red Green Blue C M Y K H S L
Decimal 240 87 6 0 0.64 0.98 0.06 20.77 0.95 0.48
Hex F0 57 6 0 40 62 6 15 5F 30
Octal 360 127 6 0 100 142 6 25 137 60
Binary 11110000 1010111 110 0 1000000 1100010 110 10101 1011111 110000

Color Harmonies of #F05706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05706

Black with #F05706

Text Example


Text Example

White with #F05706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05706; }

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

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

background-color css

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

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

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

border-color css

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

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

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