Html Css Color HEX #F0B350 Casablanca

📋 copy color: '#F0B350'

red 240 ◦ green 179 ◦ blue 80

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

Shades of Casablanca #F0B350

Tints of Casablanca #F0B350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 48.1%
G = 35.87%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0B350 (or 0xF0B350) is known color: Casablanca. HEX triplet: F0, B3 and 50. RGB value is (240,179,80). Sum of RGB (Red+Green+Blue) = 240+179+80=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B350 is #0F4CAF. Grayscale: #BABABA. Windows color (decimal): -1002672 or 5288944. OLE color: 5288944.

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

Color convert

RGB 240 179 80 -
CMYK 0 0.25 0.67 0.06
HSL 37.13º 0.84% 0.63% -
HSV(B) 37.13º 0.67% 0.94% -
XYZ 53.5 51.34 14.68 -
YUV 185.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 240 179 80 0 0.25 0.67 0.06 37.13 0.84 0.63
Hex F0 B3 50 0 19 43 6 25 54 3F
Octal 360 263 120 0 31 103 6 45 124 77
Binary 11110000 10110011 1010000 0 11001 1000011 110 100101 1010100 111111

Color Harmonies of #F0B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B350

Black with #F0B350

Text Example


Text Example

White with #F0B350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B350; }

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

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

background-color css

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

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

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

border-color css

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

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

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