Html Css Color HEX #F4BA52 Casablanca

📋 copy color: '#F4BA52'

red 244 ◦ green 186 ◦ blue 82

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

Shades of Casablanca #F4BA52

Tints of Casablanca #F4BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.02%

R = 47.66%
G = 36.33%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F4BA52 (or 0xF4BA52) is known color: Casablanca. HEX triplet: F4, BA and 52. RGB value is (244,186,82). Sum of RGB (Red+Green+Blue) = 244+186+82=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA52 is #0B45AD. Grayscale: #BFBFBF. Windows color (decimal): -738734 or 5421812. OLE color: 5421812.

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

Color convert

RGB 244 186 82 -
CMYK 0 0.24 0.66 0.04
HSL 38.52º 0.88% 0.64% -
HSV(B) 38.52º 0.66% 0.96% -
XYZ 56.39 54.96 15.62 -
YUV 191.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 244 186 82 0 0.24 0.66 0.04 38.52 0.88 0.64
Hex F4 BA 52 0 18 42 4 27 58 40
Octal 364 272 122 0 30 102 4 47 130 100
Binary 11110100 10111010 1010010 0 11000 1000010 100 100111 1011000 1000000

Color Harmonies of #F4BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA52

Black with #F4BA52

Text Example


Text Example

White with #F4BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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