Html Css Color HEX #F0650A Persimmon

📋 copy color: '#F0650A'

red 240 ◦ green 101 ◦ blue 10

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

Shades of Persimmon #F0650A

Tints of Persimmon #F0650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 68.38%
G = 28.77%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0650A (or 0xF0650A) is known color: Persimmon. HEX triplet: F0, 65 and 0A. RGB value is (240,101,10). Sum of RGB (Red+Green+Blue) = 240+101+10=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0650A is #0F9AF5. Grayscale: #848484. Windows color (decimal): -1022710 or 681456. OLE color: 681456.

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

Color convert

RGB 240 101 10 -
CMYK 0 0.58 0.96 0.06
HSL 23.74º 0.92% 0.49% -
HSV(B) 23.74º 0.96% 0.94% -
XYZ 40.64 27.85 3.52 -
YUV 132.19 59.05 204.9 -
System Red Green Blue C M Y K H S L
Decimal 240 101 10 0 0.58 0.96 0.06 23.74 0.92 0.49
Hex F0 65 A 0 3A 60 6 18 5C 31
Octal 360 145 12 0 72 140 6 30 134 61
Binary 11110000 1100101 1010 0 111010 1100000 110 11000 1011100 110001

Color Harmonies of #F0650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0650A

Black with #F0650A

Text Example


Text Example

White with #F0650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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