Html Css Color HEX #F35303 Persimmon

📋 copy color: '#F35303'

red 243 ◦ green 83 ◦ blue 3

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

Shades of Persimmon #F35303

Tints of Persimmon #F35303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 73.86%
G = 25.23%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F35303 (or 0xF35303) is known color: Persimmon. HEX triplet: F3, 53 and 03. RGB value is (243,83,3). Sum of RGB (Red+Green+Blue) = 243+83+3=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F35303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35303 is #0CACFC. Grayscale: #7A7A7A. Windows color (decimal): -830717 or 218099. OLE color: 218099.

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

Color convert

RGB 243 83 3 -
CMYK 0 0.66 0.99 0.05
HSL 20º 0.98% 0.48% -
HSV(B) 20º 0.99% 0.95% -
XYZ 40.07 25.25 2.85 -
YUV 121.72 61.01 214.5 -
System Red Green Blue C M Y K H S L
Decimal 243 83 3 0 0.66 0.99 0.05 20 0.98 0.48
Hex F3 53 3 0 42 63 5 14 62 30
Octal 363 123 3 0 102 143 5 24 142 60
Binary 11110011 1010011 11 0 1000010 1100011 101 10100 1100010 110000

Color Harmonies of #F35303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35303

Black with #F35303

Text Example


Text Example

White with #F35303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35303; }

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

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

background-color css

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

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

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

border-color css

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

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

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