Html Css Color HEX #F3BA52 Casablanca

📋 copy color: '#F3BA52'

red 243 ◦ green 186 ◦ blue 82

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

Shades of Casablanca #F3BA52

Tints of Casablanca #F3BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 47.55%
G = 36.4%
B = 16.05%

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

#F3BA52 (or 0xF3BA52) is known color: Casablanca. HEX triplet: F3, BA and 52. RGB value is (243,186,82). Sum of RGB (Red+Green+Blue) = 243+186+82=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA52 is #0C45AD. Grayscale: #BFBFBF. Windows color (decimal): -804270 or 5421811. OLE color: 5421811.

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

Color convert

RGB 243 186 82 -
CMYK 0 0.23 0.66 0.05
HSL 38.76º 0.87% 0.64% -
HSV(B) 38.76º 0.66% 0.95% -
XYZ 56.04 54.78 15.6 -
YUV 191.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 243 186 82 0 0.23 0.66 0.05 38.76 0.87 0.64
Hex F3 BA 52 0 17 42 5 27 57 40
Octal 363 272 122 0 27 102 5 47 127 100
Binary 11110011 10111010 1010010 0 10111 1000010 101 100111 1010111 1000000

Color Harmonies of #F3BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA52

Black with #F3BA52

Text Example


Text Example

White with #F3BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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