Html Css Color HEX #F4B855 Casablanca

📋 copy color: '#F4B855'

red 244 ◦ green 184 ◦ blue 85

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

Shades of Casablanca #F4B855

Tints of Casablanca #F4B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 85 (33.59% from 255) = 16.57%

R = 47.56%
G = 35.87%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F4B855 (or 0xF4B855) is known color: Casablanca. HEX triplet: F4, B8 and 55. RGB value is (244,184,85). Sum of RGB (Red+Green+Blue) = 244+184+85=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B855 is #0B47AA. Grayscale: #BFBFBF. Windows color (decimal): -739243 or 5617908. OLE color: 5617908.

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

Color convert

RGB 244 184 85 -
CMYK 0 0.25 0.65 0.04
HSL 37.36º 0.88% 0.65% -
HSV(B) 37.36º 0.65% 0.96% -
XYZ 56.09 54.17 16.09 -
YUV 190.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 244 184 85 0 0.25 0.65 0.04 37.36 0.88 0.65
Hex F4 B8 55 0 19 41 4 25 58 41
Octal 364 270 125 0 31 101 4 45 130 101
Binary 11110100 10111000 1010101 0 11001 1000001 100 100101 1011000 1000001

Color Harmonies of #F4B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B855

Black with #F4B855

Text Example


Text Example

White with #F4B855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B855; }

 p { color: rgb(244,184,85); }

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

background-color css

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

 a { background-color: rgb(244,184,85); }

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

border-color css

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

 span { border-color: rgb(244,184,85); }

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