Html Css Color HEX #F05C00 Persimmon

📋 copy color: '#F05C00'

red 240 ◦ green 92 ◦ blue 0

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

Shades of Persimmon #F05C00

Tints of Persimmon #F05C00

RGB

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

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

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

R = 72.29%
G = 27.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05C00 (or 0xF05C00) is known color: Persimmon. HEX triplet: F0, 5C and 00. RGB value is (240,92,0). Sum of RGB (Red+Green+Blue) = 240+92+0=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C00 is #0FA3FF. Grayscale: #7E7E7E. Windows color (decimal): -1025024 or 23792. OLE color: 23792.

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

Color convert

RGB 240 92 0 -
CMYK 0 0.62 1 0.06
HSL 23º 1% 0.47% -
HSV(B) 23º 1% 0.94% -
XYZ 39.76 26.18 2.96 -
YUV 125.76 57.03 209.48 -
System Red Green Blue C M Y K H S L
Decimal 240 92 0 0 0.62 1 0.06 23 1 0.47
Hex F0 5C 0 0 3E 64 6 17 64 2F
Octal 360 134 0 0 76 144 6 27 144 57
Binary 11110000 1011100 0 0 111110 1100100 110 10111 1100100 101111

Color Harmonies of #F05C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C00

Black with #F05C00

Text Example


Text Example

White with #F05C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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