Html Css Color HEX #F1B053 Casablanca

📋 copy color: '#F1B053'

red 241 ◦ green 176 ◦ blue 83

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

Shades of Casablanca #F1B053

Tints of Casablanca #F1B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.6%

R = 48.2%
G = 35.2%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1B053 (or 0xF1B053) is known color: Casablanca. HEX triplet: F1, B0 and 53. RGB value is (241,176,83). Sum of RGB (Red+Green+Blue) = 241+176+83=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B053 is #0E4FAC. Grayscale: #B9B9B9. Windows color (decimal): -937901 or 5484785. OLE color: 5484785.

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

Color convert

RGB 241 176 83 -
CMYK 0 0.27 0.66 0.05
HSL 35.32º 0.85% 0.64% -
HSV(B) 35.32º 0.66% 0.95% -
XYZ 53.36 50.38 15.09 -
YUV 184.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 241 176 83 0 0.27 0.66 0.05 35.32 0.85 0.64
Hex F1 B0 53 0 1B 42 5 23 55 40
Octal 361 260 123 0 33 102 5 43 125 100
Binary 11110001 10110000 1010011 0 11011 1000010 101 100011 1010101 1000000

Color Harmonies of #F1B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B053

Black with #F1B053

Text Example


Text Example

White with #F1B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B053; }

 p { color: rgb(241,176,83); }

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

background-color css

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

 a { background-color: rgb(241,176,83); }

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

border-color css

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

 span { border-color: rgb(241,176,83); }

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