Html Css Color HEX #F75A03 Persimmon

📋 copy color: '#F75A03'

red 247 ◦ green 90 ◦ blue 3

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

Shades of Persimmon #F75A03

Tints of Persimmon #F75A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 72.65%
G = 26.47%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F75A03 (or 0xF75A03) is known color: Persimmon. HEX triplet: F7, 5A and 03. RGB value is (247,90,3). Sum of RGB (Red+Green+Blue) = 247+90+3=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A03 is #08A5FC. Grayscale: #7F7F7F. Windows color (decimal): -566781 or 219895. OLE color: 219895.

HSL color Cylindrical-coordinate representation of color #F75A03: hue angle of 21.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F75A03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 3 -
CMYK 0 0.64 0.99 0.03
HSL 21.39º 0.98% 0.49% -
HSV(B) 21.39º 0.99% 0.97% -
XYZ 42.03 27.09 3.1 -
YUV 127.03 58.01 213.57 -
System Red Green Blue C M Y K H S L
Decimal 247 90 3 0 0.64 0.99 0.03 21.39 0.98 0.49
Hex F7 5A 3 0 40 63 3 15 62 31
Octal 367 132 3 0 100 143 3 25 142 61
Binary 11110111 1011010 11 0 1000000 1100011 11 10101 1100010 110001

Color Harmonies of #F75A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A03

Black with #F75A03

Text Example


Text Example

White with #F75A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A03; }

 p { color: rgb(247,90,3); }

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

background-color css

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

 a { background-color: rgb(247,90,3); }

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

border-color css

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

 span { border-color: rgb(247,90,3); }

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