Html Css Color HEX #F0B346 Casablanca

📋 copy color: '#F0B346'

red 240 ◦ green 179 ◦ blue 70

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

Shades of Casablanca #F0B346

Tints of Casablanca #F0B346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 49.08%
G = 36.61%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0B346 (or 0xF0B346) is known color: Casablanca. HEX triplet: F0, B3 and 46. RGB value is (240,179,70). Sum of RGB (Red+Green+Blue) = 240+179+70=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B346 is #0F4CB9. Grayscale: #B9B9B9. Windows color (decimal): -1002682 or 4633584. OLE color: 4633584.

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

Color convert

RGB 240 179 70 -
CMYK 0 0.25 0.71 0.06
HSL 38.47º 0.85% 0.61% -
HSV(B) 38.47º 0.71% 0.94% -
XYZ 53.16 51.21 12.88 -
YUV 184.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 240 179 70 0 0.25 0.71 0.06 38.47 0.85 0.61
Hex F0 B3 46 0 19 47 6 26 55 3D
Octal 360 263 106 0 31 107 6 46 125 75
Binary 11110000 10110011 1000110 0 11001 1000111 110 100110 1010101 111101

Color Harmonies of #F0B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B346

Black with #F0B346

Text Example


Text Example

White with #F0B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B346; }

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

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

background-color css

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

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

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

border-color css

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

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

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