Html Css Color HEX #F1B448 Casablanca

📋 copy color: '#F1B448'

red 241 ◦ green 180 ◦ blue 72

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

Shades of Casablanca #F1B448

Tints of Casablanca #F1B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

 BLUE value IS 72 (28.52% from 255) = 14.6%

R = 48.88%
G = 36.51%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1B448 (or 0xF1B448) is known color: Casablanca. HEX triplet: F1, B4 and 48. RGB value is (241,180,72). Sum of RGB (Red+Green+Blue) = 241+180+72=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B448 is #0E4BB7. Grayscale: #BABABA. Windows color (decimal): -936888 or 4764913. OLE color: 4764913.

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

Color convert

RGB 241 180 72 -
CMYK 0 0.25 0.70 0.05
HSL 38.34º 0.86% 0.61% -
HSV(B) 38.34º 0.7% 0.95% -
XYZ 53.77 51.81 13.3 -
YUV 185.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 241 180 72 0 0.25 0.70 0.05 38.34 0.86 0.61
Hex F1 B4 48 0 19 46 5 26 56 3D
Octal 361 264 110 0 31 106 5 46 126 75
Binary 11110001 10110100 1001000 0 11001 1000110 101 100110 1010110 111101

Color Harmonies of #F1B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B448

Black with #F1B448

Text Example


Text Example

White with #F1B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B448; }

 p { color: rgb(241,180,72); }

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

background-color css

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

 a { background-color: rgb(241,180,72); }

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

border-color css

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

 span { border-color: rgb(241,180,72); }

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