Html Css Color HEX #F0B359 Casablanca

📋 copy color: '#F0B359'

red 240 ◦ green 179 ◦ blue 89

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

Shades of Casablanca #F0B359

Tints of Casablanca #F0B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 89 (35.16% from 255) = 17.52%

R = 47.24%
G = 35.24%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0B359 (or 0xF0B359) is known color: Casablanca. HEX triplet: F0, B3 and 59. RGB value is (240,179,89). Sum of RGB (Red+Green+Blue) = 240+179+89=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B359 is #0F4CA6. Grayscale: #BBBBBB. Windows color (decimal): -1002663 or 5878768. OLE color: 5878768.

HSL color Cylindrical-coordinate representation of color #F0B359: hue angle of 35.76º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B359 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 89 -
CMYK 0 0.25 0.63 0.06
HSL 35.76º 0.83% 0.65% -
HSV(B) 35.76º 0.63% 0.94% -
XYZ 53.86 51.49 16.55 -
YUV 186.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 240 179 89 0 0.25 0.63 0.06 35.76 0.83 0.65
Hex F0 B3 59 0 19 3F 6 24 53 41
Octal 360 263 131 0 31 77 6 44 123 101
Binary 11110000 10110011 1011001 0 11001 111111 110 100100 1010011 1000001

Color Harmonies of #F0B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B359

Black with #F0B359

Text Example


Text Example

White with #F0B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B359; }

 p { color: rgb(240,179,89); }

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

background-color css

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

 a { background-color: rgb(240,179,89); }

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

border-color css

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

 span { border-color: rgb(240,179,89); }

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