Html Css Color HEX #F2B749 Casablanca

📋 copy color: '#F2B749'

red 242 ◦ green 183 ◦ blue 73

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

Shades of Casablanca #F2B749

Tints of Casablanca #F2B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 48.59%
G = 36.75%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2B749 (or 0xF2B749) is known color: Casablanca. HEX triplet: F2, B7 and 49. RGB value is (242,183,73). Sum of RGB (Red+Green+Blue) = 242+183+73=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B749 is #0D48B6. Grayscale: #BCBCBC. Windows color (decimal): -870583 or 4831218. OLE color: 4831218.

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

Color convert

RGB 242 183 73 -
CMYK 0 0.24 0.70 0.05
HSL 39.05º 0.87% 0.62% -
HSV(B) 39.05º 0.7% 0.95% -
XYZ 54.75 53.23 13.69 -
YUV 188.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 242 183 73 0 0.24 0.70 0.05 39.05 0.87 0.62
Hex F2 B7 49 0 18 46 5 27 57 3E
Octal 362 267 111 0 30 106 5 47 127 76
Binary 11110010 10110111 1001001 0 11000 1000110 101 100111 1010111 111110

Color Harmonies of #F2B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B749

Black with #F2B749

Text Example


Text Example

White with #F2B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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