Html Css Color HEX #F75C10 Persimmon

📋 copy color: '#F75C10'

red 247 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #F75C10

Tints of Persimmon #F75C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 69.58%
G = 25.92%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F75C10 (or 0xF75C10) is known color: Persimmon. HEX triplet: F7, 5C and 10. RGB value is (247,92,16). Sum of RGB (Red+Green+Blue) = 247+92+16=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C10 is #08A3EF. Grayscale: #828282. Windows color (decimal): -566256 or 1072375. OLE color: 1072375.

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

Color convert

RGB 247 92 16 -
CMYK 0 0.63 0.94 0.03
HSL 19.74º 0.94% 0.52% -
HSV(B) 19.74º 0.94% 0.97% -
XYZ 42.28 27.47 3.56 -
YUV 129.68 63.85 211.68 -
System Red Green Blue C M Y K H S L
Decimal 247 92 16 0 0.63 0.94 0.03 19.74 0.94 0.52
Hex F7 5C 10 0 3F 5E 3 14 5E 34
Octal 367 134 20 0 77 136 3 24 136 64
Binary 11110111 1011100 10000 0 111111 1011110 11 10100 1011110 110100

Color Harmonies of #F75C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C10

Black with #F75C10

Text Example


Text Example

White with #F75C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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