Html Css Color HEX #F4B056 Casablanca

📋 copy color: '#F4B056'

red 244 ◦ green 176 ◦ blue 86

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

Shades of Casablanca #F4B056

Tints of Casablanca #F4B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 48.22%
G = 34.78%
B = 17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F4B056 (or 0xF4B056) is known color: Casablanca. HEX triplet: F4, B0 and 56. RGB value is (244,176,86). Sum of RGB (Red+Green+Blue) = 244+176+86=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B056 is #0B4FA9. Grayscale: #BABABA. Windows color (decimal): -741290 or 5681396. OLE color: 5681396.

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

Color convert

RGB 244 176 86 -
CMYK 0 0.28 0.65 0.04
HSL 34.18º 0.88% 0.65% -
HSV(B) 34.18º 0.65% 0.96% -
XYZ 54.51 50.96 15.77 -
YUV 186.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 244 176 86 0 0.28 0.65 0.04 34.18 0.88 0.65
Hex F4 B0 56 0 1C 41 4 22 58 41
Octal 364 260 126 0 34 101 4 42 130 101
Binary 11110100 10110000 1010110 0 11100 1000001 100 100010 1011000 1000001

Color Harmonies of #F4B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B056

Black with #F4B056

Text Example


Text Example

White with #F4B056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B056; }

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

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

background-color css

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

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

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

border-color css

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

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

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