#F3B74D

Color #F3B74D Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #F3B74D

Tints of Casablanca #F3B74D

Color information

#F3B74D (or 0xF3B74D) is unknown color: approx Casablanca. HEX triplet: F3, B7 and 4D. RGB value is (243,183,77). Sum of RGB (Red+Green+Blue) = 243+183+77=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B74D is #0C48B2. Grayscale: #BDBDBD. Windows color (decimal): -805043 or 5093363. OLE color: 5093363.

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

Color convert

RGB24318377-
CMYK00.250.680.05
HSL38.31º87.37%62.75%-
HSV(B)38.31º68.31%95.29%-
XYZ55.2453.4614.43-
YUV188.8664.88166.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=48.31%
G=36.38%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431837700.250.680.0538.3187.3762.75
HexF3B74D01944526573f
Octal36326711503110454612777
Binary1111001110110111100110101100110001001011001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B74D; }

 p { color: rgb(243,183,77); }

 H1.HeaderClassName
 {
   color: #F3B74D;
 }
 .AnyTagClassName
 {
   color: #F3B74D;
 }
</style>
background-color css

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

 a { background-color: rgb(243,183,77); }

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

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

 span { border-color: rgb(243,183,77); }

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