Html Css Color HEX #F55C14 Persimmon

📋 copy color: '#F55C14'

red 245 ◦ green 92 ◦ blue 20

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

Shades of Persimmon #F55C14

Tints of Persimmon #F55C14

RGB

 RED value IS 245 (96.09% from 255) = 68.63%

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 68.63%
G = 25.77%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F55C14 (or 0xF55C14) is known color: Persimmon. HEX triplet: F5, 5C and 14. RGB value is (245,92,20). Sum of RGB (Red+Green+Blue) = 245+92+20=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55C14 is #0AA3EB. Grayscale: #818181. Windows color (decimal): -697324 or 1334517. OLE color: 1334517.

HSL color Cylindrical-coordinate representation of color #F55C14: hue angle of 19.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F55C14 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 20 -
CMYK 0 0.62 0.92 0.04
HSL 19.2º 0.92% 0.52% -
HSV(B) 19.2º 0.92% 0.96% -
XYZ 41.61 27.12 3.7 -
YUV 129.54 66.19 210.35 -
System Red Green Blue C M Y K H S L
Decimal 245 92 20 0 0.62 0.92 0.04 19.2 0.92 0.52
Hex F5 5C 14 0 3E 5C 4 13 5C 34
Octal 365 134 24 0 76 134 4 23 134 64
Binary 11110101 1011100 10100 0 111110 1011100 100 10011 1011100 110100

Color Harmonies of #F55C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55C14

Black with #F55C14

Text Example


Text Example

White with #F55C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55C14; }

 p { color: rgb(245,92,20); }

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

background-color css

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

 a { background-color: rgb(245,92,20); }

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

border-color css

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

 span { border-color: rgb(245,92,20); }

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