Html Css Color HEX #F2B059 Casablanca

📋 copy color: '#F2B059'

red 242 ◦ green 176 ◦ blue 89

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

Shades of Casablanca #F2B059

Tints of Casablanca #F2B059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.55%

R = 47.73%
G = 34.71%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2B059 (or 0xF2B059) is known color: Casablanca. HEX triplet: F2, B0 and 59. RGB value is (242,176,89). Sum of RGB (Red+Green+Blue) = 242+176+89=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B059 is #0D4FA6. Grayscale: #BABABA. Windows color (decimal): -872359 or 5878002. OLE color: 5878002.

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

Color convert

RGB 242 176 89 -
CMYK 0 0.27 0.63 0.05
HSL 34.12º 0.85% 0.65% -
HSV(B) 34.12º 0.63% 0.95% -
XYZ 53.95 50.65 16.38 -
YUV 185.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 242 176 89 0 0.27 0.63 0.05 34.12 0.85 0.65
Hex F2 B0 59 0 1B 3F 5 22 55 41
Octal 362 260 131 0 33 77 5 42 125 101
Binary 11110010 10110000 1011001 0 11011 111111 101 100010 1010101 1000001

Color Harmonies of #F2B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B059

Black with #F2B059

Text Example


Text Example

White with #F2B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B059; }

 p { color: rgb(242,176,89); }

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

background-color css

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

 a { background-color: rgb(242,176,89); }

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

border-color css

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

 span { border-color: rgb(242,176,89); }

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