Html Css Color HEX #F75C14 Persimmon

📋 copy color: '#F75C14'

red 247 ◦ green 92 ◦ blue 20

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

Shades of Persimmon #F75C14

Tints of Persimmon #F75C14

RGB

 RED value IS 247 (96.88% from 255) = 68.8%

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

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

R = 68.8%
G = 25.63%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F75C14 (or 0xF75C14) is known color: Persimmon. HEX triplet: F7, 5C and 14. RGB value is (247,92,20). Sum of RGB (Red+Green+Blue) = 247+92+20=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C14 is #08A3EB. Grayscale: #828282. Windows color (decimal): -566252 or 1334519. OLE color: 1334519.

HSL color Cylindrical-coordinate representation of color #F75C14: hue angle of 19.03º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F75C14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 92 20 -
CMYK 0 0.63 0.92 0.03
HSL 19.03º 0.93% 0.52% -
HSV(B) 19.03º 0.92% 0.97% -
XYZ 42.31 27.48 3.74 -
YUV 130.14 65.85 211.35 -
System Red Green Blue C M Y K H S L
Decimal 247 92 20 0 0.63 0.92 0.03 19.03 0.93 0.52
Hex F7 5C 14 0 3F 5C 3 13 5D 34
Octal 367 134 24 0 77 134 3 23 135 64
Binary 11110111 1011100 10100 0 111111 1011100 11 10011 1011101 110100

Color Harmonies of #F75C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C14

Black with #F75C14

Text Example


Text Example

White with #F75C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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