Html Css Color HEX #F05C0A Persimmon

📋 copy color: '#F05C0A'

red 240 ◦ green 92 ◦ blue 10

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

Shades of Persimmon #F05C0A

Tints of Persimmon #F05C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 70.18%
G = 26.9%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05C0A (or 0xF05C0A) is known color: Persimmon. HEX triplet: F0, 5C and 0A. RGB value is (240,92,10). Sum of RGB (Red+Green+Blue) = 240+92+10=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C0A is #0FA3F5. Grayscale: #7F7F7F. Windows color (decimal): -1025014 or 679152. OLE color: 679152.

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

Color convert

RGB 240 92 10 -
CMYK 0 0.62 0.96 0.06
HSL 21.39º 0.92% 0.49% -
HSV(B) 21.39º 0.96% 0.94% -
XYZ 39.82 26.2 3.25 -
YUV 126.9 62.03 208.67 -
System Red Green Blue C M Y K H S L
Decimal 240 92 10 0 0.62 0.96 0.06 21.39 0.92 0.49
Hex F0 5C A 0 3E 60 6 15 5C 31
Octal 360 134 12 0 76 140 6 25 134 61
Binary 11110000 1011100 1010 0 111110 1100000 110 10101 1011100 110001

Color Harmonies of #F05C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C0A

Black with #F05C0A

Text Example


Text Example

White with #F05C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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