Html Css Color HEX #F2B249 Casablanca

📋 copy color: '#F2B249'

red 242 ◦ green 178 ◦ blue 73

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

Shades of Casablanca #F2B249

Tints of Casablanca #F2B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 49.09%
G = 36.11%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2B249 (or 0xF2B249) is known color: Casablanca. HEX triplet: F2, B2 and 49. RGB value is (242,178,73). Sum of RGB (Red+Green+Blue) = 242+178+73=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B249 is #0D4DB6. Grayscale: #B9B9B9. Windows color (decimal): -871863 or 4829938. OLE color: 4829938.

HSL color Cylindrical-coordinate representation of color #F2B249: hue angle of 37.28º 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 #F2B249 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 73 -
CMYK 0 0.26 0.70 0.05
HSL 37.28º 0.87% 0.62% -
HSV(B) 37.28º 0.7% 0.95% -
XYZ 53.74 51.2 13.35 -
YUV 185.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 242 178 73 0 0.26 0.70 0.05 37.28 0.87 0.62
Hex F2 B2 49 0 1A 46 5 25 57 3E
Octal 362 262 111 0 32 106 5 45 127 76
Binary 11110010 10110010 1001001 0 11010 1000110 101 100101 1010111 111110

Color Harmonies of #F2B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B249

Black with #F2B249

Text Example


Text Example

White with #F2B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B249; }

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

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

background-color css

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

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

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

border-color css

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

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

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