Html Css Color HEX #F05F00 Persimmon

📋 copy color: '#F05F00'

red 240 ◦ green 95 ◦ blue 0

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

Shades of Persimmon #F05F00

Tints of Persimmon #F05F00

RGB

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

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

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

R = 71.64%
G = 28.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05F00 (or 0xF05F00) is known color: Persimmon. HEX triplet: F0, 5F and 00. RGB value is (240,95,0). Sum of RGB (Red+Green+Blue) = 240+95+0=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F00 is #0FA0FF. Grayscale: #808080. Windows color (decimal): -1024256 or 24560. OLE color: 24560.

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

Color convert

RGB 240 95 0 -
CMYK 0 0.60 1 0.06
HSL 23.75º 1% 0.47% -
HSV(B) 23.75º 1% 0.94% -
XYZ 40.03 26.71 3.05 -
YUV 127.53 56.04 208.22 -
System Red Green Blue C M Y K H S L
Decimal 240 95 0 0 0.60 1 0.06 23.75 1 0.47
Hex F0 5F 0 0 3C 64 6 18 64 2F
Octal 360 137 0 0 74 144 6 30 144 57
Binary 11110000 1011111 0 0 111100 1100100 110 11000 1100100 101111

Color Harmonies of #F05F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F00

Black with #F05F00

Text Example


Text Example

White with #F05F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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