Html Css Color HEX #F4BA5B Casablanca

📋 copy color: '#F4BA5B'

red 244 ◦ green 186 ◦ blue 91

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

Shades of Casablanca #F4BA5B

Tints of Casablanca #F4BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.47%

R = 46.83%
G = 35.7%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4BA5B (or 0xF4BA5B) is known color: Casablanca. HEX triplet: F4, BA and 5B. RGB value is (244,186,91). Sum of RGB (Red+Green+Blue) = 244+186+91=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA5B is #0B45A4. Grayscale: #C0C0C0. Windows color (decimal): -738725 or 6011636. OLE color: 6011636.

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

Color convert

RGB 244 186 91 -
CMYK 0 0.24 0.63 0.04
HSL 37.25º 0.87% 0.66% -
HSV(B) 37.25º 0.63% 0.96% -
XYZ 56.76 55.11 17.54 -
YUV 192.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 244 186 91 0 0.24 0.63 0.04 37.25 0.87 0.66
Hex F4 BA 5B 0 18 3F 4 25 57 42
Octal 364 272 133 0 30 77 4 45 127 102
Binary 11110100 10111010 1011011 0 11000 111111 100 100101 1010111 1000010

Color Harmonies of #F4BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA5B

Black with #F4BA5B

Text Example


Text Example

White with #F4BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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