Html Css Color HEX #F1B547 Casablanca

📋 copy color: '#F1B547'

red 241 ◦ green 181 ◦ blue 71

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

Shades of Casablanca #F1B547

Tints of Casablanca #F1B547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.4%

R = 48.88%
G = 36.71%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F1B547 (or 0xF1B547) is known color: Casablanca. HEX triplet: F1, B5 and 47. RGB value is (241,181,71). Sum of RGB (Red+Green+Blue) = 241+181+71=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B547 is #0E4AB8. Grayscale: #BABABA. Windows color (decimal): -936633 or 4699633. OLE color: 4699633.

HSL color Cylindrical-coordinate representation of color #F1B547: hue angle of 38.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1B547 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 71 -
CMYK 0 0.25 0.71 0.05
HSL 38.82º 0.86% 0.61% -
HSV(B) 38.82º 0.71% 0.95% -
XYZ 53.94 52.2 13.19 -
YUV 186.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 241 181 71 0 0.25 0.71 0.05 38.82 0.86 0.61
Hex F1 B5 47 0 19 47 5 27 56 3D
Octal 361 265 107 0 31 107 5 47 126 75
Binary 11110001 10110101 1000111 0 11001 1000111 101 100111 1010110 111101

Color Harmonies of #F1B547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B547

Black with #F1B547

Text Example


Text Example

White with #F1B547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B547; }

 p { color: rgb(241,181,71); }

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

background-color css

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

 a { background-color: rgb(241,181,71); }

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

border-color css

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

 span { border-color: rgb(241,181,71); }

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