Html Css Color HEX #F35501 Persimmon

📋 copy color: '#F35501'

red 243 ◦ green 85 ◦ blue 1

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

Shades of Persimmon #F35501

Tints of Persimmon #F35501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 73.86%
G = 25.84%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F35501 (or 0xF35501) is known color: Persimmon. HEX triplet: F3, 55 and 01. RGB value is (243,85,1). Sum of RGB (Red+Green+Blue) = 243+85+1=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F35501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35501 is #0CAAFE. Grayscale: #7B7B7B. Windows color (decimal): -830207 or 87539. OLE color: 87539.

HSL color Cylindrical-coordinate representation of color #F35501: hue angle of 20.83º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F35501 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 85 1 -
CMYK 0 0.65 1.00 0.05
HSL 20.83º 0.99% 0.48% -
HSV(B) 20.83º 1% 0.95% -
XYZ 40.22 25.55 2.84 -
YUV 122.67 59.35 213.83 -
System Red Green Blue C M Y K H S L
Decimal 243 85 1 0 0.65 1.00 0.05 20.83 0.99 0.48
Hex F3 55 1 0 41 64 5 15 63 30
Octal 363 125 1 0 101 144 5 25 143 60
Binary 11110011 1010101 1 0 1000001 1100100 101 10101 1100011 110000

Color Harmonies of #F35501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35501

Black with #F35501

Text Example


Text Example

White with #F35501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35501; }

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

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

background-color css

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

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

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

border-color css

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

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

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