Html Css Color HEX #F4853F Flamenco

📋 copy color: '#F4853F'

red 244 ◦ green 133 ◦ blue 63

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

Shades of Flamenco #F4853F

Tints of Flamenco #F4853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 63 (25% from 255) = 14.32%

R = 55.45%
G = 30.23%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4853F (or 0xF4853F) is known color: Flamenco. HEX triplet: F4, 85 and 3F. RGB value is (244,133,63). Sum of RGB (Red+Green+Blue) = 244+133+63=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4853F is #0B7AC0. Grayscale: #9E9E9E. Windows color (decimal): -752321 or 4163060. OLE color: 4163060.

HSL color Cylindrical-coordinate representation of color #F4853F: hue angle of 23.2º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4853F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 63 -
CMYK 0 0.45 0.74 0.04
HSL 23.2º 0.89% 0.6% -
HSV(B) 23.2º 0.74% 0.96% -
XYZ 46.59 36.37 9.27 -
YUV 158.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 244 133 63 0 0.45 0.74 0.04 23.2 0.89 0.6
Hex F4 85 3F 0 2D 4A 4 17 59 3C
Octal 364 205 77 0 55 112 4 27 131 74
Binary 11110100 10000101 111111 0 101101 1001010 100 10111 1011001 111100

Color Harmonies of #F4853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4853F

Black with #F4853F

Text Example


Text Example

White with #F4853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4853F; }

 p { color: rgb(244,133,63); }

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

background-color css

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

 a { background-color: rgb(244,133,63); }

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

border-color css

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

 span { border-color: rgb(244,133,63); }

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