Html Css Color HEX #F35316 Persimmon

📋 copy color: '#F35316'

red 243 ◦ green 83 ◦ blue 22

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

Shades of Persimmon #F35316

Tints of Persimmon #F35316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 69.83%
G = 23.85%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F35316 (or 0xF35316) is known color: Persimmon. HEX triplet: F3, 53 and 16. RGB value is (243,83,22). Sum of RGB (Red+Green+Blue) = 243+83+22=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F35316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35316 is #0CACE9. Grayscale: #7C7C7C. Windows color (decimal): -830698 or 1463283. OLE color: 1463283.

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

Color convert

RGB 243 83 22 -
CMYK 0 0.66 0.91 0.05
HSL 16.56º 0.9% 0.52% -
HSV(B) 16.56º 0.91% 0.95% -
XYZ 40.2 25.3 3.52 -
YUV 123.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 243 83 22 0 0.66 0.91 0.05 16.56 0.9 0.52
Hex F3 53 16 0 42 5B 5 11 5A 34
Octal 363 123 26 0 102 133 5 21 132 64
Binary 11110011 1010011 10110 0 1000010 1011011 101 10001 1011010 110100

Color Harmonies of #F35316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35316

Black with #F35316

Text Example


Text Example

White with #F35316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35316; }

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

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

background-color css

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

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

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

border-color css

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

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

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