Html Css Color HEX #F35519 Persimmon

📋 copy color: '#F35519'

red 243 ◦ green 85 ◦ blue 25

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

Shades of Persimmon #F35519

Tints of Persimmon #F35519

RGB

 RED value IS 243 (95.31% from 255) = 68.84%

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 68.84%
G = 24.08%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F35519 (or 0xF35519) is known color: Persimmon. HEX triplet: F3, 55 and 19. RGB value is (243,85,25). Sum of RGB (Red+Green+Blue) = 243+85+25=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F35519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35519 is #0CAAE6. Grayscale: #7D7D7D. Windows color (decimal): -830183 or 1660403. OLE color: 1660403.

HSL color Cylindrical-coordinate representation of color #F35519: hue angle of 16.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F35519 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 85 25 -
CMYK 0 0.65 0.90 0.05
HSL 16.51º 0.9% 0.53% -
HSV(B) 16.51º 0.9% 0.95% -
XYZ 40.39 25.62 3.74 -
YUV 125.4 71.35 211.88 -
System Red Green Blue C M Y K H S L
Decimal 243 85 25 0 0.65 0.90 0.05 16.51 0.9 0.53
Hex F3 55 19 0 41 5A 5 11 5A 35
Octal 363 125 31 0 101 132 5 21 132 65
Binary 11110011 1010101 11001 0 1000001 1011010 101 10001 1011010 110101

Color Harmonies of #F35519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35519

Black with #F35519

Text Example


Text Example

White with #F35519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35519; }

 p { color: rgb(243,85,25); }

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

background-color css

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

 a { background-color: rgb(243,85,25); }

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

border-color css

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

 span { border-color: rgb(243,85,25); }

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