Html Css Color HEX #F05C0D Persimmon

📋 copy color: '#F05C0D'

red 240 ◦ green 92 ◦ blue 13

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

Shades of Persimmon #F05C0D

Tints of Persimmon #F05C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 69.57%
G = 26.67%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F05C0D (or 0xF05C0D) is known color: Persimmon. HEX triplet: F0, 5C and 0D. RGB value is (240,92,13). Sum of RGB (Red+Green+Blue) = 240+92+13=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C0D is #0FA3F2. Grayscale: #7F7F7F. Windows color (decimal): -1025011 or 875760. OLE color: 875760.

HSL color Cylindrical-coordinate representation of color #F05C0D: hue angle of 20.88º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F05C0D is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 13 -
CMYK 0 0.62 0.95 0.06
HSL 20.88º 0.9% 0.5% -
HSV(B) 20.88º 0.95% 0.94% -
XYZ 39.83 26.21 3.34 -
YUV 127.25 63.53 208.42 -
System Red Green Blue C M Y K H S L
Decimal 240 92 13 0 0.62 0.95 0.06 20.88 0.9 0.5
Hex F0 5C D 0 3E 5F 6 15 5A 32
Octal 360 134 15 0 76 137 6 25 132 62
Binary 11110000 1011100 1101 0 111110 1011111 110 10101 1011010 110010

Color Harmonies of #F05C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C0D

Black with #F05C0D

Text Example


Text Example

White with #F05C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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