Html Css Color HEX #F35F0F Persimmon

📋 copy color: '#F35F0F'

red 243 ◦ green 95 ◦ blue 15

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

Shades of Persimmon #F35F0F

Tints of Persimmon #F35F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 68.84%
G = 26.91%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F35F0F (or 0xF35F0F) is known color: Persimmon. HEX triplet: F3, 5F and 0F. RGB value is (243,95,15). Sum of RGB (Red+Green+Blue) = 243+95+15=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35F0F is #0CA0F0. Grayscale: #828282. Windows color (decimal): -827633 or 1007603. OLE color: 1007603.

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

Color convert

RGB 243 95 15 -
CMYK 0 0.61 0.94 0.05
HSL 21.05º 0.9% 0.51% -
HSV(B) 21.05º 0.94% 0.95% -
XYZ 41.14 27.27 3.55 -
YUV 130.13 63.03 208.5 -
System Red Green Blue C M Y K H S L
Decimal 243 95 15 0 0.61 0.94 0.05 21.05 0.9 0.51
Hex F3 5F F 0 3D 5E 5 15 5A 33
Octal 363 137 17 0 75 136 5 25 132 63
Binary 11110011 1011111 1111 0 111101 1011110 101 10101 1011010 110011

Color Harmonies of #F35F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35F0F

Black with #F35F0F

Text Example


Text Example

White with #F35F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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