Html Css Color HEX #F1B550 Casablanca

📋 copy color: '#F1B550'

red 241 ◦ green 181 ◦ blue 80

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

Shades of Casablanca #F1B550

Tints of Casablanca #F1B550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 48.01%
G = 36.06%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1B550 (or 0xF1B550) is known color: Casablanca. HEX triplet: F1, B5 and 50. RGB value is (241,181,80). Sum of RGB (Red+Green+Blue) = 241+181+80=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B550 is #0E4AAF. Grayscale: #BBBBBB. Windows color (decimal): -936624 or 5289457. OLE color: 5289457.

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

Color convert

RGB 241 181 80 -
CMYK 0 0.25 0.67 0.05
HSL 37.64º 0.85% 0.63% -
HSV(B) 37.64º 0.67% 0.95% -
XYZ 54.25 52.33 14.83 -
YUV 187.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 241 181 80 0 0.25 0.67 0.05 37.64 0.85 0.63
Hex F1 B5 50 0 19 43 5 26 55 3F
Octal 361 265 120 0 31 103 5 46 125 77
Binary 11110001 10110101 1010000 0 11001 1000011 101 100110 1010101 111111

Color Harmonies of #F1B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B550

Black with #F1B550

Text Example


Text Example

White with #F1B550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B550; }

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

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

background-color css

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

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

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

border-color css

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

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

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