Html Css Color HEX #F2B549 Casablanca

📋 copy color: '#F2B549'

red 242 ◦ green 181 ◦ blue 73

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

Shades of Casablanca #F2B549

Tints of Casablanca #F2B549

RGB

 RED value IS 242 (94.92% from 255) = 48.79%

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

 BLUE value IS 73 (28.91% from 255) = 14.72%

R = 48.79%
G = 36.49%
B = 14.72%

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

#F2B549 (or 0xF2B549) is known color: Casablanca. HEX triplet: F2, B5 and 49. RGB value is (242,181,73). Sum of RGB (Red+Green+Blue) = 242+181+73=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B549 is #0D4AB6. Grayscale: #BBBBBB. Windows color (decimal): -871095 or 4830706. OLE color: 4830706.

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

Color convert

RGB 242 181 73 -
CMYK 0 0.25 0.70 0.05
HSL 38.34º 0.87% 0.62% -
HSV(B) 38.34º 0.7% 0.95% -
XYZ 54.34 52.41 13.55 -
YUV 186.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 242 181 73 0 0.25 0.70 0.05 38.34 0.87 0.62
Hex F2 B5 49 0 19 46 5 26 57 3E
Octal 362 265 111 0 31 106 5 46 127 76
Binary 11110010 10110101 1001001 0 11001 1000110 101 100110 1010111 111110

Color Harmonies of #F2B549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B549

Black with #F2B549

Text Example


Text Example

White with #F2B549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B549; }

 p { color: rgb(242,181,73); }

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

background-color css

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

 a { background-color: rgb(242,181,73); }

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

border-color css

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

 span { border-color: rgb(242,181,73); }

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