Html Css Color HEX #F35B14 Persimmon

📋 copy color: '#F35B14'

red 243 ◦ green 91 ◦ blue 20

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

Shades of Persimmon #F35B14

Tints of Persimmon #F35B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 68.64%
G = 25.71%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F35B14 (or 0xF35B14) is known color: Persimmon. HEX triplet: F3, 5B and 14. RGB value is (243,91,20). Sum of RGB (Red+Green+Blue) = 243+91+20=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F35B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35B14 is #0CA4EB. Grayscale: #808080. Windows color (decimal): -828652 or 1334259. OLE color: 1334259.

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

Color convert

RGB 243 91 20 -
CMYK 0 0.63 0.92 0.05
HSL 19.1º 0.9% 0.52% -
HSV(B) 19.1º 0.92% 0.95% -
XYZ 40.83 26.59 3.64 -
YUV 128.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 243 91 20 0 0.63 0.92 0.05 19.1 0.9 0.52
Hex F3 5B 14 0 3F 5C 5 13 5A 34
Octal 363 133 24 0 77 134 5 23 132 64
Binary 11110011 1011011 10100 0 111111 1011100 101 10011 1011010 110100

Color Harmonies of #F35B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35B14

Black with #F35B14

Text Example


Text Example

White with #F35B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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