Html Css Color HEX #F4803C Flamenco

📋 copy color: '#F4803C'

red 244 ◦ green 128 ◦ blue 60

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

Shades of Flamenco #F4803C

Tints of Flamenco #F4803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 60 (23.83% from 255) = 13.89%

R = 56.48%
G = 29.63%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4803C (or 0xF4803C) is known color: Flamenco. HEX triplet: F4, 80 and 3C. RGB value is (244,128,60). Sum of RGB (Red+Green+Blue) = 244+128+60=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4803C is #0B7FC3. Grayscale: #9B9B9B. Windows color (decimal): -753604 or 3965172. OLE color: 3965172.

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

Color convert

RGB 244 128 60 -
CMYK 0 0.48 0.75 0.04
HSL 22.17º 0.89% 0.6% -
HSV(B) 22.17º 0.75% 0.96% -
XYZ 45.84 35 8.61 -
YUV 154.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 244 128 60 0 0.48 0.75 0.04 22.17 0.89 0.6
Hex F4 80 3C 0 30 4B 4 16 59 3C
Octal 364 200 74 0 60 113 4 26 131 74
Binary 11110100 10000000 111100 0 110000 1001011 100 10110 1011001 111100

Color Harmonies of #F4803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4803C

Black with #F4803C

Text Example


Text Example

White with #F4803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4803C; }

 p { color: rgb(244,128,60); }

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

background-color css

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

 a { background-color: rgb(244,128,60); }

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

border-color css

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

 span { border-color: rgb(244,128,60); }

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