Html Css Color HEX #F05F0A Persimmon

📋 copy color: '#F05F0A'

red 240 ◦ green 95 ◦ blue 10

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

Shades of Persimmon #F05F0A

Tints of Persimmon #F05F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 69.57%
G = 27.54%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05F0A (or 0xF05F0A) is known color: Persimmon. HEX triplet: F0, 5F and 0A. RGB value is (240,95,10). Sum of RGB (Red+Green+Blue) = 240+95+10=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F0A is #0FA0F5. Grayscale: #818181. Windows color (decimal): -1024246 or 679920. OLE color: 679920.

HSL color Cylindrical-coordinate representation of color #F05F0A: hue angle of 22.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05F0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 10 -
CMYK 0 0.60 0.96 0.06
HSL 22.17º 0.92% 0.49% -
HSV(B) 22.17º 0.96% 0.94% -
XYZ 40.08 26.73 3.33 -
YUV 128.67 61.04 207.41 -
System Red Green Blue C M Y K H S L
Decimal 240 95 10 0 0.60 0.96 0.06 22.17 0.92 0.49
Hex F0 5F A 0 3C 60 6 16 5C 31
Octal 360 137 12 0 74 140 6 26 134 61
Binary 11110000 1011111 1010 0 111100 1100000 110 10110 1011100 110001

Color Harmonies of #F05F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F0A

Black with #F05F0A

Text Example


Text Example

White with #F05F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F0A; }

 p { color: rgb(240,95,10); }

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

background-color css

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

 a { background-color: rgb(240,95,10); }

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

border-color css

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

 span { border-color: rgb(240,95,10); }

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