Html Css Color HEX #F3B94E Casablanca

📋 copy color: '#F3B94E'

red 243 ◦ green 185 ◦ blue 78

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

Shades of Casablanca #F3B94E

Tints of Casablanca #F3B94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.42%

R = 48.02%
G = 36.56%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3B94E (or 0xF3B94E) is known color: Casablanca. HEX triplet: F3, B9 and 4E. RGB value is (243,185,78). Sum of RGB (Red+Green+Blue) = 243+185+78=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B94E is #0C46B1. Grayscale: #BEBEBE. Windows color (decimal): -804530 or 5159411. OLE color: 5159411.

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

Color convert

RGB 243 185 78 -
CMYK 0 0.24 0.68 0.05
HSL 38.91º 0.87% 0.63% -
HSV(B) 38.91º 0.68% 0.95% -
XYZ 55.69 54.3 14.75 -
YUV 190.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 243 185 78 0 0.24 0.68 0.05 38.91 0.87 0.63
Hex F3 B9 4E 0 18 44 5 27 57 3F
Octal 363 271 116 0 30 104 5 47 127 77
Binary 11110011 10111001 1001110 0 11000 1000100 101 100111 1010111 111111

Color Harmonies of #F3B94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B94E

Black with #F3B94E

Text Example


Text Example

White with #F3B94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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