Html Css Color HEX #F3B64C Casablanca

📋 copy color: '#F3B64C'

red 243 ◦ green 182 ◦ blue 76

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

Shades of Casablanca #F3B64C

Tints of Casablanca #F3B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 76 (30.08% from 255) = 15.17%

R = 48.5%
G = 36.33%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3B64C (or 0xF3B64C) is known color: Casablanca. HEX triplet: F3, B6 and 4C. RGB value is (243,182,76). Sum of RGB (Red+Green+Blue) = 243+182+76=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B64C is #0C49B3. Grayscale: #BCBCBC. Windows color (decimal): -805300 or 5027571. OLE color: 5027571.

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

Color convert

RGB 243 182 76 -
CMYK 0 0.25 0.69 0.05
HSL 38.08º 0.87% 0.63% -
HSV(B) 38.08º 0.69% 0.95% -
XYZ 54.99 53.03 14.18 -
YUV 188.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 243 182 76 0 0.25 0.69 0.05 38.08 0.87 0.63
Hex F3 B6 4C 0 19 45 5 26 57 3F
Octal 363 266 114 0 31 105 5 46 127 77
Binary 11110011 10110110 1001100 0 11001 1000101 101 100110 1010111 111111

Color Harmonies of #F3B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B64C

Black with #F3B64C

Text Example


Text Example

White with #F3B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B64C; }

 p { color: rgb(243,182,76); }

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

background-color css

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

 a { background-color: rgb(243,182,76); }

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

border-color css

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

 span { border-color: rgb(243,182,76); }

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