Html Css Color HEX #F35F0A Persimmon

📋 copy color: '#F35F0A'

red 243 ◦ green 95 ◦ blue 10

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

Shades of Persimmon #F35F0A

Tints of Persimmon #F35F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 69.83%
G = 27.3%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F35F0A (or 0xF35F0A) is known color: Persimmon. HEX triplet: F3, 5F and 0A. RGB value is (243,95,10). Sum of RGB (Red+Green+Blue) = 243+95+10=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35F0A is #0CA0F5. Grayscale: #828282. Windows color (decimal): -827638 or 679923. OLE color: 679923.

HSL color Cylindrical-coordinate representation of color #F35F0A: hue angle of 21.89º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F35F0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 95 10 -
CMYK 0 0.61 0.96 0.05
HSL 21.89º 0.92% 0.5% -
HSV(B) 21.89º 0.96% 0.95% -
XYZ 41.11 27.26 3.38 -
YUV 129.56 60.53 208.91 -
System Red Green Blue C M Y K H S L
Decimal 243 95 10 0 0.61 0.96 0.05 21.89 0.92 0.5
Hex F3 5F A 0 3D 60 5 16 5C 32
Octal 363 137 12 0 75 140 5 26 134 62
Binary 11110011 1011111 1010 0 111101 1100000 101 10110 1011100 110010

Color Harmonies of #F35F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35F0A

Black with #F35F0A

Text Example


Text Example

White with #F35F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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