Html Css Color HEX #F05E00 Persimmon

📋 copy color: '#F05E00'

red 240 ◦ green 94 ◦ blue 0

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

Shades of Persimmon #F05E00

Tints of Persimmon #F05E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

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

R = 71.86%
G = 28.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05E00 (or 0xF05E00) is known color: Persimmon. HEX triplet: F0, 5E and 00. RGB value is (240,94,0). Sum of RGB (Red+Green+Blue) = 240+94+0=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E00 is #0FA1FF. Grayscale: #7F7F7F. Windows color (decimal): -1024512 or 24304. OLE color: 24304.

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

Color convert

RGB 240 94 0 -
CMYK 0 0.61 1 0.06
HSL 23.5º 1% 0.47% -
HSV(B) 23.5º 1% 0.94% -
XYZ 39.94 26.53 3.02 -
YUV 126.94 56.37 208.64 -
System Red Green Blue C M Y K H S L
Decimal 240 94 0 0 0.61 1 0.06 23.5 1 0.47
Hex F0 5E 0 0 3D 64 6 18 64 2F
Octal 360 136 0 0 75 144 6 30 144 57
Binary 11110000 1011110 0 0 111101 1100100 110 11000 1100100 101111

Color Harmonies of #F05E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E00

Black with #F05E00

Text Example


Text Example

White with #F05E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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