Html Css Color HEX #F35C10 Persimmon

📋 copy color: '#F35C10'

red 243 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #F35C10

Tints of Persimmon #F35C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 69.23%
G = 26.21%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F35C10 (or 0xF35C10) is known color: Persimmon. HEX triplet: F3, 5C and 10. RGB value is (243,92,16). Sum of RGB (Red+Green+Blue) = 243+92+16=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C10 is #0CA3EF. Grayscale: #808080. Windows color (decimal): -828400 or 1072371. OLE color: 1072371.

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

Color convert

RGB 243 92 16 -
CMYK 0 0.62 0.93 0.05
HSL 20.09º 0.9% 0.51% -
HSV(B) 20.09º 0.93% 0.95% -
XYZ 40.88 26.75 3.5 -
YUV 128.49 64.53 209.68 -
System Red Green Blue C M Y K H S L
Decimal 243 92 16 0 0.62 0.93 0.05 20.09 0.9 0.51
Hex F3 5C 10 0 3E 5D 5 14 5A 33
Octal 363 134 20 0 76 135 5 24 132 63
Binary 11110011 1011100 10000 0 111110 1011101 101 10100 1011010 110011

Color Harmonies of #F35C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C10

Black with #F35C10

Text Example


Text Example

White with #F35C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C10; }

 p { color: rgb(243,92,16); }

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

background-color css

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

 a { background-color: rgb(243,92,16); }

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

border-color css

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

 span { border-color: rgb(243,92,16); }

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