Html Css Color HEX #F75D00 Persimmon

📋 copy color: '#F75D00'

red 247 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #F75D00

Tints of Persimmon #F75D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.65%
G = 27.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F75D00 (or 0xF75D00) is known color: Persimmon. HEX triplet: F7, 5D and 00. RGB value is (247,93,0). Sum of RGB (Red+Green+Blue) = 247+93+0=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D00 is #08A2FF. Grayscale: #808080. Windows color (decimal): -566016 or 24055. OLE color: 24055.

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

Color convert

RGB 247 93 0 -
CMYK 0 0.62 1 0.03
HSL 22.59º 1% 0.48% -
HSV(B) 22.59º 1% 0.97% -
XYZ 42.27 27.6 3.1 -
YUV 128.44 55.52 212.56 -
System Red Green Blue C M Y K H S L
Decimal 247 93 0 0 0.62 1 0.03 22.59 1 0.48
Hex F7 5D 0 0 3E 64 3 17 64 30
Octal 367 135 0 0 76 144 3 27 144 60
Binary 11110111 1011101 0 0 111110 1100100 11 10111 1100100 110000

Color Harmonies of #F75D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D00

Black with #F75D00

Text Example


Text Example

White with #F75D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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