Html Css Color HEX #F3B95D Casablanca

📋 copy color: '#F3B95D'

red 243 ◦ green 185 ◦ blue 93

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

Shades of Casablanca #F3B95D

Tints of Casablanca #F3B95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

 BLUE value IS 93 (36.72% from 255) = 17.85%

R = 46.64%
G = 35.51%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3B95D (or 0xF3B95D) is known color: Casablanca. HEX triplet: F3, B9 and 5D. RGB value is (243,185,93). Sum of RGB (Red+Green+Blue) = 243+185+93=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B95D is #0C46A2. Grayscale: #C0C0C0. Windows color (decimal): -804515 or 6142451. OLE color: 6142451.

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

Color convert

RGB 243 185 93 -
CMYK 0 0.24 0.62 0.05
HSL 36.8º 0.86% 0.66% -
HSV(B) 36.8º 0.62% 0.95% -
XYZ 56.29 54.54 17.92 -
YUV 191.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 243 185 93 0 0.24 0.62 0.05 36.8 0.86 0.66
Hex F3 B9 5D 0 18 3E 5 25 56 42
Octal 363 271 135 0 30 76 5 45 126 102
Binary 11110011 10111001 1011101 0 11000 111110 101 100101 1010110 1000010

Color Harmonies of #F3B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B95D

Black with #F3B95D

Text Example


Text Example

White with #F3B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B95D; }

 p { color: rgb(243,185,93); }

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

background-color css

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

 a { background-color: rgb(243,185,93); }

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

border-color css

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

 span { border-color: rgb(243,185,93); }

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