Html Css Color HEX #F35200 Persimmon

📋 copy color: '#F35200'

red 243 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #F35200

Tints of Persimmon #F35200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.77%
G = 25.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F35200 (or 0xF35200) is known color: Persimmon. HEX triplet: F3, 52 and 00. RGB value is (243,82,0). Sum of RGB (Red+Green+Blue) = 243+82+0=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F35200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35200 is #0CADFF. Grayscale: #797979. Windows color (decimal): -830976 or 21235. OLE color: 21235.

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

Color convert

RGB 243 82 0 -
CMYK 0 0.66 1 0.05
HSL 20.25º 1% 0.48% -
HSV(B) 20.25º 1% 0.95% -
XYZ 39.98 25.09 2.74 -
YUV 120.79 59.84 215.17 -
System Red Green Blue C M Y K H S L
Decimal 243 82 0 0 0.66 1 0.05 20.25 1 0.48
Hex F3 52 0 0 42 64 5 14 64 30
Octal 363 122 0 0 102 144 5 24 144 60
Binary 11110011 1010010 0 0 1000010 1100100 101 10100 1100100 110000

Color Harmonies of #F35200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35200

Black with #F35200

Text Example


Text Example

White with #F35200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35200; }

 p { color: rgb(243,82,0); }

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

background-color css

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

 a { background-color: rgb(243,82,0); }

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

border-color css

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

 span { border-color: rgb(243,82,0); }

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