Html Css Color HEX #F35300 Persimmon

📋 copy color: '#F35300'

red 243 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #F35300

Tints of Persimmon #F35300

RGB

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

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

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

R = 74.54%
G = 25.46%
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

#F35300 (or 0xF35300) is known color: Persimmon. HEX triplet: F3, 53 and 00. RGB value is (243,83,0). Sum of RGB (Red+Green+Blue) = 243+83+0=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F35300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35300 is #0CACFF. Grayscale: #797979. Windows color (decimal): -830720 or 21491. OLE color: 21491.

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

Color convert

RGB 243 83 0 -
CMYK 0 0.66 1 0.05
HSL 20.49º 1% 0.48% -
HSV(B) 20.49º 1% 0.95% -
XYZ 40.06 25.24 2.76 -
YUV 121.38 59.51 214.75 -
System Red Green Blue C M Y K H S L
Decimal 243 83 0 0 0.66 1 0.05 20.49 1 0.48
Hex F3 53 0 0 42 64 5 14 64 30
Octal 363 123 0 0 102 144 5 24 144 60
Binary 11110011 1010011 0 0 1000010 1100100 101 10100 1100100 110000

Color Harmonies of #F35300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35300

Black with #F35300

Text Example


Text Example

White with #F35300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35300; }

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

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

background-color css

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

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

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

border-color css

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

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

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