Html Css Color HEX #F05100 Persimmon

📋 copy color: '#F05100'

red 240 ◦ green 81 ◦ blue 0

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

Shades of Persimmon #F05100

Tints of Persimmon #F05100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.77%
G = 25.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05100 (or 0xF05100) is known color: Persimmon. HEX triplet: F0, 51 and 00. RGB value is (240,81,0). Sum of RGB (Red+Green+Blue) = 240+81+0=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F05100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05100 is #0FAEFF. Grayscale: #777777. Windows color (decimal): -1027840 or 20976. OLE color: 20976.

HSL color Cylindrical-coordinate representation of color #F05100: hue angle of 20.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 0 -
CMYK 0 0.66 1 0.06
HSL 20.25º 1% 0.47% -
HSV(B) 20.25º 1% 0.94% -
XYZ 38.88 24.41 2.66 -
YUV 119.31 60.68 214.09 -
System Red Green Blue C M Y K H S L
Decimal 240 81 0 0 0.66 1 0.06 20.25 1 0.47
Hex F0 51 0 0 42 64 6 14 64 2F
Octal 360 121 0 0 102 144 6 24 144 57
Binary 11110000 1010001 0 0 1000010 1100100 110 10100 1100100 101111

Color Harmonies of #F05100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05100

Black with #F05100

Text Example


Text Example

White with #F05100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05100; }

 p { color: rgb(240,81,0); }

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

background-color css

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

 a { background-color: rgb(240,81,0); }

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

border-color css

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

 span { border-color: rgb(240,81,0); }

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