Html Css Color HEX #F4823F Flamenco

📋 copy color: '#F4823F'

red 244 ◦ green 130 ◦ blue 63

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

Shades of Flamenco #F4823F

Tints of Flamenco #F4823F

RGB

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

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

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

R = 55.84%
G = 29.75%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4823F (or 0xF4823F) is known color: Flamenco. HEX triplet: F4, 82 and 3F. RGB value is (244,130,63). Sum of RGB (Red+Green+Blue) = 244+130+63=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4823F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4823F is #0B7DC0. Grayscale: #9C9C9C. Windows color (decimal): -753089 or 4162292. OLE color: 4162292.

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

Color convert

RGB 244 130 63 -
CMYK 0 0.47 0.74 0.04
HSL 22.21º 0.89% 0.6% -
HSV(B) 22.21º 0.74% 0.96% -
XYZ 46.19 35.56 9.13 -
YUV 156.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 244 130 63 0 0.47 0.74 0.04 22.21 0.89 0.6
Hex F4 82 3F 0 2F 4A 4 16 59 3C
Octal 364 202 77 0 57 112 4 26 131 74
Binary 11110100 10000010 111111 0 101111 1001010 100 10110 1011001 111100

Color Harmonies of #F4823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4823F

Black with #F4823F

Text Example


Text Example

White with #F4823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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