Html Css Color HEX #F35314 Persimmon

📋 copy color: '#F35314'

red 243 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #F35314

Tints of Persimmon #F35314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 70.23%
G = 23.99%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F35314 (or 0xF35314) is known color: Persimmon. HEX triplet: F3, 53 and 14. RGB value is (243,83,20). Sum of RGB (Red+Green+Blue) = 243+83+20=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F35314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35314 is #0CACEB. Grayscale: #7C7C7C. Windows color (decimal): -830700 or 1332211. OLE color: 1332211.

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

Color convert

RGB 243 83 20 -
CMYK 0 0.66 0.92 0.05
HSL 16.95º 0.9% 0.52% -
HSV(B) 16.95º 0.92% 0.95% -
XYZ 40.18 25.29 3.43 -
YUV 123.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 243 83 20 0 0.66 0.92 0.05 16.95 0.9 0.52
Hex F3 53 14 0 42 5C 5 11 5A 34
Octal 363 123 24 0 102 134 5 21 132 64
Binary 11110011 1010011 10100 0 1000010 1011100 101 10001 1011010 110100

Color Harmonies of #F35314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35314

Black with #F35314

Text Example


Text Example

White with #F35314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35314; }

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

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

background-color css

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

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

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

border-color css

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

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

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