Html Css Color HEX #F3551B Persimmon

📋 copy color: '#F3551B'

red 243 ◦ green 85 ◦ blue 27

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

Shades of Persimmon #F3551B

Tints of Persimmon #F3551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 68.45%
G = 23.94%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3551B (or 0xF3551B) is known color: Persimmon. HEX triplet: F3, 55 and 1B. RGB value is (243,85,27). Sum of RGB (Red+Green+Blue) = 243+85+27=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3551B is #0CAAE4. Grayscale: #7E7E7E. Windows color (decimal): -830181 or 1791475. OLE color: 1791475.

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

Color convert

RGB 243 85 27 -
CMYK 0 0.65 0.89 0.05
HSL 16.11º 0.9% 0.53% -
HSV(B) 16.11º 0.89% 0.95% -
XYZ 40.41 25.63 3.85 -
YUV 125.63 72.35 211.72 -
System Red Green Blue C M Y K H S L
Decimal 243 85 27 0 0.65 0.89 0.05 16.11 0.9 0.53
Hex F3 55 1B 0 41 59 5 10 5A 35
Octal 363 125 33 0 101 131 5 20 132 65
Binary 11110011 1010101 11011 0 1000001 1011001 101 10000 1011010 110101

Color Harmonies of #F3551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3551B

Black with #F3551B

Text Example


Text Example

White with #F3551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3551B; }

 p { color: rgb(243,85,27); }

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

background-color css

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

 a { background-color: rgb(243,85,27); }

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

border-color css

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

 span { border-color: rgb(243,85,27); }

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