Html Css Color HEX #F1B656 Casablanca

📋 copy color: '#F1B656'

red 241 ◦ green 182 ◦ blue 86

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

Shades of Casablanca #F1B656

Tints of Casablanca #F1B656

RGB

 RED value IS 241 (94.53% from 255) = 47.35%

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 47.35%
G = 35.76%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1B656 (or 0xF1B656) is known color: Casablanca. HEX triplet: F1, B6 and 56. RGB value is (241,182,86). Sum of RGB (Red+Green+Blue) = 241+182+86=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B656 is #0E49A9. Grayscale: #BDBDBD. Windows color (decimal): -936362 or 5682929. OLE color: 5682929.

HSL color Cylindrical-coordinate representation of color #F1B656: hue angle of 37.16º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1B656 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 182 86 -
CMYK 0 0.24 0.64 0.05
HSL 37.16º 0.85% 0.64% -
HSV(B) 37.16º 0.64% 0.95% -
XYZ 54.68 52.83 16.12 -
YUV 188.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 241 182 86 0 0.24 0.64 0.05 37.16 0.85 0.64
Hex F1 B6 56 0 18 40 5 25 55 40
Octal 361 266 126 0 30 100 5 45 125 100
Binary 11110001 10110110 1010110 0 11000 1000000 101 100101 1010101 1000000

Color Harmonies of #F1B656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B656

Black with #F1B656

Text Example


Text Example

White with #F1B656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B656; }

 p { color: rgb(241,182,86); }

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

background-color css

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

 a { background-color: rgb(241,182,86); }

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

border-color css

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

 span { border-color: rgb(241,182,86); }

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