Html Css Color HEX #F75A0F Persimmon

📋 copy color: '#F75A0F'

red 247 ◦ green 90 ◦ blue 15

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

Shades of Persimmon #F75A0F

Tints of Persimmon #F75A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 70.17%
G = 25.57%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F75A0F (or 0xF75A0F) is known color: Persimmon. HEX triplet: F7, 5A and 0F. RGB value is (247,90,15). Sum of RGB (Red+Green+Blue) = 247+90+15=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A0F is #08A5F0. Grayscale: #808080. Windows color (decimal): -566769 or 1006327. OLE color: 1006327.

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

Color convert

RGB 247 90 15 -
CMYK 0 0.64 0.94 0.03
HSL 19.4º 0.94% 0.51% -
HSV(B) 19.4º 0.94% 0.97% -
XYZ 42.1 27.12 3.47 -
YUV 128.39 64.01 212.6 -
System Red Green Blue C M Y K H S L
Decimal 247 90 15 0 0.64 0.94 0.03 19.4 0.94 0.51
Hex F7 5A F 0 40 5E 3 13 5E 33
Octal 367 132 17 0 100 136 3 23 136 63
Binary 11110111 1011010 1111 0 1000000 1011110 11 10011 1011110 110011

Color Harmonies of #F75A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A0F

Black with #F75A0F

Text Example


Text Example

White with #F75A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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