Html Css Color HEX #F4823C Flamenco

📋 copy color: '#F4823C'

red 244 ◦ green 130 ◦ blue 60

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

Shades of Flamenco #F4823C

Tints of Flamenco #F4823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 56.22%
G = 29.95%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4823C (or 0xF4823C) is known color: Flamenco. HEX triplet: F4, 82 and 3C. RGB value is (244,130,60). Sum of RGB (Red+Green+Blue) = 244+130+60=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4823C is #0B7DC3. Grayscale: #9C9C9C. Windows color (decimal): -753092 or 3965684. OLE color: 3965684.

HSL color Cylindrical-coordinate representation of color #F4823C: hue angle of 22.83º 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 #F4823C is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 60 -
CMYK 0 0.47 0.75 0.04
HSL 22.83º 0.89% 0.6% -
HSV(B) 22.83º 0.75% 0.96% -
XYZ 46.11 35.52 8.7 -
YUV 156.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 244 130 60 0 0.47 0.75 0.04 22.83 0.89 0.6
Hex F4 82 3C 0 2F 4B 4 17 59 3C
Octal 364 202 74 0 57 113 4 27 131 74
Binary 11110100 10000010 111100 0 101111 1001011 100 10111 1011001 111100

Color Harmonies of #F4823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4823C

Black with #F4823C

Text Example


Text Example

White with #F4823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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