Html Css Color HEX #F05C01 Persimmon

📋 copy color: '#F05C01'

red 240 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #F05C01

Tints of Persimmon #F05C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 72.07%
G = 27.63%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F05C01 (or 0xF05C01) is known color: Persimmon. HEX triplet: F0, 5C and 01. RGB value is (240,92,1). Sum of RGB (Red+Green+Blue) = 240+92+1=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C01 is #0FA3FE. Grayscale: #7E7E7E. Windows color (decimal): -1025023 or 89328. OLE color: 89328.

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

Color convert

RGB 240 92 1 -
CMYK 0 0.62 1.00 0.06
HSL 22.85º 0.99% 0.47% -
HSV(B) 22.85º 1% 0.94% -
XYZ 39.77 26.18 2.99 -
YUV 125.88 57.53 209.4 -
System Red Green Blue C M Y K H S L
Decimal 240 92 1 0 0.62 1.00 0.06 22.85 0.99 0.47
Hex F0 5C 1 0 3E 64 6 17 63 2F
Octal 360 134 1 0 76 144 6 27 143 57
Binary 11110000 1011100 1 0 111110 1100100 110 10111 1100011 101111

Color Harmonies of #F05C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C01

Black with #F05C01

Text Example


Text Example

White with #F05C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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