Html Css Color HEX #F4550B Persimmon

📋 copy color: '#F4550B'

red 244 ◦ green 85 ◦ blue 11

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

Shades of Persimmon #F4550B

Tints of Persimmon #F4550B

RGB

 RED value IS 244 (95.7% from 255) = 71.76%

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 71.76%
G = 25%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4550B (or 0xF4550B) is known color: Persimmon. HEX triplet: F4, 55 and 0B. RGB value is (244,85,11). Sum of RGB (Red+Green+Blue) = 244+85+11=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F4550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4550B is #0BAAF4. Grayscale: #7C7C7C. Windows color (decimal): -764661 or 742900. OLE color: 742900.

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

Color convert

RGB 244 85 11 -
CMYK 0 0.65 0.95 0.04
HSL 19.06º 0.91% 0.5% -
HSV(B) 19.06º 0.95% 0.96% -
XYZ 40.62 25.75 3.15 -
YUV 124.11 64.18 213.52 -
System Red Green Blue C M Y K H S L
Decimal 244 85 11 0 0.65 0.95 0.04 19.06 0.91 0.5
Hex F4 55 B 0 41 5F 4 13 5B 32
Octal 364 125 13 0 101 137 4 23 133 62
Binary 11110100 1010101 1011 0 1000001 1011111 100 10011 1011011 110010

Color Harmonies of #F4550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4550B

Black with #F4550B

Text Example


Text Example

White with #F4550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4550B; }

 p { color: rgb(244,85,11); }

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

background-color css

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

 a { background-color: rgb(244,85,11); }

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

border-color css

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

 span { border-color: rgb(244,85,11); }

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