Html Css Color HEX #F75802 Persimmon

📋 copy color: '#F75802'

red 247 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #F75802

Tints of Persimmon #F75802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 73.29%
G = 26.11%
B = 0.59%

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

#F75802 (or 0xF75802) is known color: Persimmon. HEX triplet: F7, 58 and 02. RGB value is (247,88,2). Sum of RGB (Red+Green+Blue) = 247+88+2=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F75802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75802 is #08A7FD. Grayscale: #7E7E7E. Windows color (decimal): -567294 or 153847. OLE color: 153847.

HSL color Cylindrical-coordinate representation of color #F75802: hue angle of 21.06º 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 #F75802 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 88 2 -
CMYK 0 0.64 0.99 0.03
HSL 21.06º 0.98% 0.49% -
HSV(B) 21.06º 0.99% 0.97% -
XYZ 41.86 26.76 3.02 -
YUV 125.74 58.18 214.49 -
System Red Green Blue C M Y K H S L
Decimal 247 88 2 0 0.64 0.99 0.03 21.06 0.98 0.49
Hex F7 58 2 0 40 63 3 15 62 31
Octal 367 130 2 0 100 143 3 25 142 61
Binary 11110111 1011000 10 0 1000000 1100011 11 10101 1100010 110001

Color Harmonies of #F75802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75802

Black with #F75802

Text Example


Text Example

White with #F75802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75802; }

 p { color: rgb(247,88,2); }

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

background-color css

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

 a { background-color: rgb(247,88,2); }

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

border-color css

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

 span { border-color: rgb(247,88,2); }

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