Html Css Color HEX #F75D0C Persimmon

📋 copy color: '#F75D0C'

red 247 ◦ green 93 ◦ blue 12

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

Shades of Persimmon #F75D0C

Tints of Persimmon #F75D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 70.17%
G = 26.42%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F75D0C (or 0xF75D0C) is known color: Persimmon. HEX triplet: F7, 5D and 0C. RGB value is (247,93,12). Sum of RGB (Red+Green+Blue) = 247+93+12=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D0C is #08A2F3. Grayscale: #828282. Windows color (decimal): -566004 or 810487. OLE color: 810487.

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

Color convert

RGB 247 93 12 -
CMYK 0 0.62 0.95 0.03
HSL 20.68º 0.94% 0.51% -
HSV(B) 20.68º 0.95% 0.97% -
XYZ 42.34 27.63 3.45 -
YUV 129.81 61.52 211.59 -
System Red Green Blue C M Y K H S L
Decimal 247 93 12 0 0.62 0.95 0.03 20.68 0.94 0.51
Hex F7 5D C 0 3E 5F 3 15 5E 33
Octal 367 135 14 0 76 137 3 25 136 63
Binary 11110111 1011101 1100 0 111110 1011111 11 10101 1011110 110011

Color Harmonies of #F75D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D0C

Black with #F75D0C

Text Example


Text Example

White with #F75D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D0C; }

 p { color: rgb(247,93,12); }

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

background-color css

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

 a { background-color: rgb(247,93,12); }

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

border-color css

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

 span { border-color: rgb(247,93,12); }

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