Html Css Color HEX #F75C0F Persimmon

📋 copy color: '#F75C0F'

red 247 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #F75C0F

Tints of Persimmon #F75C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 69.77%
G = 25.99%
B = 4.24%

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

#F75C0F (or 0xF75C0F) is known color: Persimmon. HEX triplet: F7, 5C and 0F. RGB value is (247,92,15). Sum of RGB (Red+Green+Blue) = 247+92+15=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C0F is #08A3F0. Grayscale: #828282. Windows color (decimal): -566257 or 1006839. OLE color: 1006839.

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

Color convert

RGB 247 92 15 -
CMYK 0 0.63 0.94 0.03
HSL 19.91º 0.94% 0.51% -
HSV(B) 19.91º 0.94% 0.97% -
XYZ 42.27 27.46 3.52 -
YUV 129.57 63.35 211.76 -
System Red Green Blue C M Y K H S L
Decimal 247 92 15 0 0.63 0.94 0.03 19.91 0.94 0.51
Hex F7 5C F 0 3F 5E 3 14 5E 33
Octal 367 134 17 0 77 136 3 24 136 63
Binary 11110111 1011100 1111 0 111111 1011110 11 10100 1011110 110011

Color Harmonies of #F75C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C0F

Black with #F75C0F

Text Example


Text Example

White with #F75C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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