Html Css Color HEX #F3BA53 Casablanca

📋 copy color: '#F3BA53'

red 243 ◦ green 186 ◦ blue 83

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

Shades of Casablanca #F3BA53

Tints of Casablanca #F3BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 47.46%
G = 36.33%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F3BA53 (or 0xF3BA53) is known color: Casablanca. HEX triplet: F3, BA and 53. RGB value is (243,186,83). Sum of RGB (Red+Green+Blue) = 243+186+83=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA53 is #0C45AC. Grayscale: #BFBFBF. Windows color (decimal): -804269 or 5487347. OLE color: 5487347.

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

Color convert

RGB 243 186 83 -
CMYK 0 0.23 0.66 0.05
HSL 38.63º 0.87% 0.64% -
HSV(B) 38.63º 0.66% 0.95% -
XYZ 56.08 54.8 15.8 -
YUV 191.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 243 186 83 0 0.23 0.66 0.05 38.63 0.87 0.64
Hex F3 BA 53 0 17 42 5 27 57 40
Octal 363 272 123 0 27 102 5 47 127 100
Binary 11110011 10111010 1010011 0 10111 1000010 101 100111 1010111 1000000

Color Harmonies of #F3BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA53

Black with #F3BA53

Text Example


Text Example

White with #F3BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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