Html Css Color HEX #F75C0B Persimmon

📋 copy color: '#F75C0B'

red 247 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #F75C0B

Tints of Persimmon #F75C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 70.57%
G = 26.29%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F75C0B (or 0xF75C0B) is known color: Persimmon. HEX triplet: F7, 5C and 0B. RGB value is (247,92,11). Sum of RGB (Red+Green+Blue) = 247+92+11=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C0B is #08A3F4. Grayscale: #818181. Windows color (decimal): -566261 or 744695. OLE color: 744695.

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

Color convert

RGB 247 92 11 -
CMYK 0 0.63 0.96 0.03
HSL 20.59º 0.94% 0.51% -
HSV(B) 20.59º 0.96% 0.97% -
XYZ 42.25 27.45 3.39 -
YUV 129.11 61.35 212.09 -
System Red Green Blue C M Y K H S L
Decimal 247 92 11 0 0.63 0.96 0.03 20.59 0.94 0.51
Hex F7 5C B 0 3F 60 3 15 5E 33
Octal 367 134 13 0 77 140 3 25 136 63
Binary 11110111 1011100 1011 0 111111 1100000 11 10101 1011110 110011

Color Harmonies of #F75C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C0B

Black with #F75C0B

Text Example


Text Example

White with #F75C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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