Html Css Color HEX #F4B556 Casablanca

📋 copy color: '#F4B556'

red 244 ◦ green 181 ◦ blue 86

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

Shades of Casablanca #F4B556

Tints of Casablanca #F4B556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 47.75%
G = 35.42%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F4B556 (or 0xF4B556) is known color: Casablanca. HEX triplet: F4, B5 and 56. RGB value is (244,181,86). Sum of RGB (Red+Green+Blue) = 244+181+86=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B556 is #0B4AA9. Grayscale: #BDBDBD. Windows color (decimal): -740010 or 5682676. OLE color: 5682676.

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

Color convert

RGB 244 181 86 -
CMYK 0 0.26 0.65 0.04
HSL 36.08º 0.88% 0.65% -
HSV(B) 36.08º 0.65% 0.96% -
XYZ 55.51 52.95 16.1 -
YUV 189.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 244 181 86 0 0.26 0.65 0.04 36.08 0.88 0.65
Hex F4 B5 56 0 1A 41 4 24 58 41
Octal 364 265 126 0 32 101 4 44 130 101
Binary 11110100 10110101 1010110 0 11010 1000001 100 100100 1011000 1000001

Color Harmonies of #F4B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B556

Black with #F4B556

Text Example


Text Example

White with #F4B556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B556; }

 p { color: rgb(244,181,86); }

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

background-color css

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

 a { background-color: rgb(244,181,86); }

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

border-color css

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

 span { border-color: rgb(244,181,86); }

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