Shades of Casablanca #F3B25D
Tints of Casablanca #F3B25D
RGB
CMYK
RGB Variations
Color information
#F3B25D (or 0xF3B25D) is known color: Casablanca. HEX triplet: F3, B2 and 5D. RGB value is (243,178,93). Sum of RGB (Red+Green+Blue) = 243+178+93=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B25D is #0C4DA2. Grayscale: #BCBCBC. Windows color (decimal): -806307 or 6140659. OLE color: 6140659.
HSL color Cylindrical-coordinate representation of color #F3B25D: hue angle of 34º 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 #F3B25D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 178 | 93 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.05 |
| HSL | 34º | 0.86% | 0.66% | - |
| HSV(B) | 34º | 0.62% | 0.95% | - |
| XYZ | 54.86 | 51.69 | 17.44 | - |
| YUV | 187.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 178 | 93 | 0 | 0.27 | 0.62 | 0.05 | 34 | 0.86 | 0.66 |
| Hex | F3 | B2 | 5D | 0 | 1B | 3E | 5 | 22 | 56 | 42 |
| Octal | 363 | 262 | 135 | 0 | 33 | 76 | 5 | 42 | 126 | 102 |
| Binary | 11110011 | 10110010 | 1011101 | 0 | 11011 | 111110 | 101 | 100010 | 1010110 | 1000010 |
Color Harmonies of #F3B25D
Complementary color
Monochromatic Colors of #F3B25D
Black with #F3B25D
Text Example
Text Example
White with #F3B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B25D; }
p { color: rgb(243,178,93); }
H1.HeaderClassName
{
color: #F3B25D;
}
.AnyTagClassName
{
color: #F3B25D;
}
</style>
background-color css
<style>
a { background-color: #F3B25D; }
a { background-color: rgb(243,178,93); }
div.DivClassName
{
background-color: #F3B25D;
}
.BgClassName
{
background-color: #F3B25D;
}
</style>
border-color css
<style>
span { border-color: #F3B25D; }
span { border-color: rgb(243,178,93); }
td.TdClassName
{
border-color: #F3B25D;
}
.TagClassName
{
border-color: #F3B25D;
}
</style>