Html Css Color HEX #F3BA5C Casablanca

📋 copy color: '#F3BA5C'

red 243 ◦ green 186 ◦ blue 92

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

Shades of Casablanca #F3BA5C

Tints of Casablanca #F3BA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 46.64%
G = 35.7%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3BA5C (or 0xF3BA5C) is known color: Casablanca. HEX triplet: F3, BA and 5C. RGB value is (243,186,92). Sum of RGB (Red+Green+Blue) = 243+186+92=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA5C is #0C45A3. Grayscale: #C0C0C0. Windows color (decimal): -804260 or 6077171. OLE color: 6077171.

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

Color convert

RGB 243 186 92 -
CMYK 0 0.23 0.62 0.05
HSL 37.35º 0.86% 0.66% -
HSV(B) 37.35º 0.62% 0.95% -
XYZ 56.45 54.95 17.76 -
YUV 192.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 243 186 92 0 0.23 0.62 0.05 37.35 0.86 0.66
Hex F3 BA 5C 0 17 3E 5 25 56 42
Octal 363 272 134 0 27 76 5 45 126 102
Binary 11110011 10111010 1011100 0 10111 111110 101 100101 1010110 1000010

Color Harmonies of #F3BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA5C

Black with #F3BA5C

Text Example


Text Example

White with #F3BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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