Html Css Color HEX #F35319 Persimmon

📋 copy color: '#F35319'

red 243 ◦ green 83 ◦ blue 25

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

Shades of Persimmon #F35319

Tints of Persimmon #F35319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 69.23%
G = 23.65%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F35319 (or 0xF35319) is known color: Persimmon. HEX triplet: F3, 53 and 19. RGB value is (243,83,25). Sum of RGB (Red+Green+Blue) = 243+83+25=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F35319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35319 is #0CACE6. Grayscale: #7C7C7C. Windows color (decimal): -830695 or 1659891. OLE color: 1659891.

HSL color Cylindrical-coordinate representation of color #F35319: hue angle of 15.96º 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 #F35319 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 83 25 -
CMYK 0 0.66 0.90 0.05
HSL 15.96º 0.9% 0.53% -
HSV(B) 15.96º 0.9% 0.95% -
XYZ 40.23 25.31 3.68 -
YUV 124.23 72.01 212.72 -
System Red Green Blue C M Y K H S L
Decimal 243 83 25 0 0.66 0.90 0.05 15.96 0.9 0.53
Hex F3 53 19 0 42 5A 5 10 5A 35
Octal 363 123 31 0 102 132 5 20 132 65
Binary 11110011 1010011 11001 0 1000010 1011010 101 10000 1011010 110101

Color Harmonies of #F35319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35319

Black with #F35319

Text Example


Text Example

White with #F35319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35319; }

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

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

background-color css

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

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

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

border-color css

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

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

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