Html Css Color HEX #F3BA56 Casablanca

📋 copy color: '#F3BA56'

red 243 ◦ green 186 ◦ blue 86

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

Shades of Casablanca #F3BA56

Tints of Casablanca #F3BA56

RGB

 RED value IS 243 (95.31% from 255) = 47.18%

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 86 (33.98% from 255) = 16.7%

R = 47.18%
G = 36.12%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F3BA56 (or 0xF3BA56) is known color: Casablanca. HEX triplet: F3, BA and 56. RGB value is (243,186,86). Sum of RGB (Red+Green+Blue) = 243+186+86=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA56 is #0C45A9. Grayscale: #C0C0C0. Windows color (decimal): -804266 or 5683955. OLE color: 5683955.

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

Color convert

RGB 243 186 86 -
CMYK 0 0.23 0.65 0.05
HSL 38.22º 0.87% 0.65% -
HSV(B) 38.22º 0.65% 0.95% -
XYZ 56.2 54.84 16.43 -
YUV 191.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 243 186 86 0 0.23 0.65 0.05 38.22 0.87 0.65
Hex F3 BA 56 0 17 41 5 26 57 41
Octal 363 272 126 0 27 101 5 46 127 101
Binary 11110011 10111010 1010110 0 10111 1000001 101 100110 1010111 1000001

Color Harmonies of #F3BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA56

Black with #F3BA56

Text Example


Text Example

White with #F3BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA56; }

 p { color: rgb(243,186,86); }

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

background-color css

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

 a { background-color: rgb(243,186,86); }

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

border-color css

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

 span { border-color: rgb(243,186,86); }

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