Html Css Color HEX #F4B952 Casablanca

📋 copy color: '#F4B952'

red 244 ◦ green 185 ◦ blue 82

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

Shades of Casablanca #F4B952

Tints of Casablanca #F4B952

RGB

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

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

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

R = 47.75%
G = 36.2%
B = 16.05%

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

#F4B952 (or 0xF4B952) is known color: Casablanca. HEX triplet: F4, B9 and 52. RGB value is (244,185,82). Sum of RGB (Red+Green+Blue) = 244+185+82=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B952 is #0B46AD. Grayscale: #BFBFBF. Windows color (decimal): -738990 or 5421556. OLE color: 5421556.

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

Color convert

RGB 244 185 82 -
CMYK 0 0.24 0.66 0.04
HSL 38.15º 0.88% 0.64% -
HSV(B) 38.15º 0.66% 0.96% -
XYZ 56.18 54.54 15.55 -
YUV 190.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 244 185 82 0 0.24 0.66 0.04 38.15 0.88 0.64
Hex F4 B9 52 0 18 42 4 26 58 40
Octal 364 271 122 0 30 102 4 46 130 100
Binary 11110100 10111001 1010010 0 11000 1000010 100 100110 1011000 1000000

Color Harmonies of #F4B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B952

Black with #F4B952

Text Example


Text Example

White with #F4B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B952; }

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

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

background-color css

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

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

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

border-color css

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

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

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