Html Css Color HEX #F4BA5E Casablanca

📋 copy color: '#F4BA5E'

red 244 ◦ green 186 ◦ blue 94

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

Shades of Casablanca #F4BA5E

Tints of Casablanca #F4BA5E

RGB

 RED value IS 244 (95.7% from 255) = 46.56%

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 46.56%
G = 35.5%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4BA5E (or 0xF4BA5E) is known color: Casablanca. HEX triplet: F4, BA and 5E. RGB value is (244,186,94). Sum of RGB (Red+Green+Blue) = 244+186+94=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA5E is #0B45A1. Grayscale: #C1C1C1. Windows color (decimal): -738722 or 6208244. OLE color: 6208244.

HSL color Cylindrical-coordinate representation of color #F4BA5E: hue angle of 36.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4BA5E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 94 -
CMYK 0 0.24 0.61 0.04
HSL 36.8º 0.87% 0.66% -
HSV(B) 36.8º 0.61% 0.96% -
XYZ 56.89 55.16 18.24 -
YUV 192.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 244 186 94 0 0.24 0.61 0.04 36.8 0.87 0.66
Hex F4 BA 5E 0 18 3D 4 25 57 42
Octal 364 272 136 0 30 75 4 45 127 102
Binary 11110100 10111010 1011110 0 11000 111101 100 100101 1010111 1000010

Color Harmonies of #F4BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA5E

Black with #F4BA5E

Text Example


Text Example

White with #F4BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA5E; }

 p { color: rgb(244,186,94); }

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

background-color css

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

 a { background-color: rgb(244,186,94); }

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

border-color css

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

 span { border-color: rgb(244,186,94); }

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