Html Css Color HEX #F1B558 Casablanca

📋 copy color: '#F1B558'

red 241 ◦ green 181 ◦ blue 88

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

Shades of Casablanca #F1B558

Tints of Casablanca #F1B558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.25%

R = 47.25%
G = 35.49%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1B558 (or 0xF1B558) is known color: Casablanca. HEX triplet: F1, B5 and 58. RGB value is (241,181,88). Sum of RGB (Red+Green+Blue) = 241+181+88=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B558 is #0E4AA7. Grayscale: #BCBCBC. Windows color (decimal): -936616 or 5813745. OLE color: 5813745.

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

Color convert

RGB 241 181 88 -
CMYK 0 0.25 0.63 0.05
HSL 36.47º 0.85% 0.65% -
HSV(B) 36.47º 0.63% 0.95% -
XYZ 54.56 52.45 16.48 -
YUV 188.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 241 181 88 0 0.25 0.63 0.05 36.47 0.85 0.65
Hex F1 B5 58 0 19 3F 5 24 55 41
Octal 361 265 130 0 31 77 5 44 125 101
Binary 11110001 10110101 1011000 0 11001 111111 101 100100 1010101 1000001

Color Harmonies of #F1B558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B558

Black with #F1B558

Text Example


Text Example

White with #F1B558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B558; }

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

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

background-color css

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

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

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

border-color css

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

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

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