Html Css Color HEX #F35C0F Persimmon

📋 copy color: '#F35C0F'

red 243 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #F35C0F

Tints of Persimmon #F35C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 69.43%
G = 26.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F35C0F (or 0xF35C0F) is known color: Persimmon. HEX triplet: F3, 5C and 0F. RGB value is (243,92,15). Sum of RGB (Red+Green+Blue) = 243+92+15=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C0F is #0CA3F0. Grayscale: #808080. Windows color (decimal): -828401 or 1006835. OLE color: 1006835.

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

Color convert

RGB 243 92 15 -
CMYK 0 0.62 0.94 0.05
HSL 20.26º 0.9% 0.51% -
HSV(B) 20.26º 0.94% 0.95% -
XYZ 40.88 26.74 3.46 -
YUV 128.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 243 92 15 0 0.62 0.94 0.05 20.26 0.9 0.51
Hex F3 5C F 0 3E 5E 5 14 5A 33
Octal 363 134 17 0 76 136 5 24 132 63
Binary 11110011 1011100 1111 0 111110 1011110 101 10100 1011010 110011

Color Harmonies of #F35C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C0F

Black with #F35C0F

Text Example


Text Example

White with #F35C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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