Html Css Color HEX #F0B256 Casablanca

📋 copy color: '#F0B256'

red 240 ◦ green 178 ◦ blue 86

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

Shades of Casablanca #F0B256

Tints of Casablanca #F0B256

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

 GREEN value IS 178 (69.92% from 255) = 35.32%

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 47.62%
G = 35.32%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0B256 (or 0xF0B256) is known color: Casablanca. HEX triplet: F0, B2 and 56. RGB value is (240,178,86). Sum of RGB (Red+Green+Blue) = 240+178+86=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B256 is #0F4DA9. Grayscale: #BABABA. Windows color (decimal): -1002922 or 5681904. OLE color: 5681904.

HSL color Cylindrical-coordinate representation of color #F0B256: hue angle of 35.84º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0B256 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 86 -
CMYK 0 0.26 0.64 0.06
HSL 35.84º 0.84% 0.64% -
HSV(B) 35.84º 0.64% 0.94% -
XYZ 53.54 51.04 15.83 -
YUV 186.05 71.54 166.48 -
System Red Green Blue C M Y K H S L
Decimal 240 178 86 0 0.26 0.64 0.06 35.84 0.84 0.64
Hex F0 B2 56 0 1A 40 6 24 54 40
Octal 360 262 126 0 32 100 6 44 124 100
Binary 11110000 10110010 1010110 0 11010 1000000 110 100100 1010100 1000000

Color Harmonies of #F0B256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B256

Black with #F0B256

Text Example


Text Example

White with #F0B256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B256; }

 p { color: rgb(240,178,86); }

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

background-color css

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

 a { background-color: rgb(240,178,86); }

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

border-color css

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

 span { border-color: rgb(240,178,86); }

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