Html Css Color HEX #F0B058 Casablanca

📋 copy color: '#F0B058'

red 240 ◦ green 176 ◦ blue 88

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

Shades of Casablanca #F0B058

Tints of Casablanca #F0B058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 88 (34.77% from 255) = 17.46%

R = 47.62%
G = 34.92%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0B058 (or 0xF0B058) is known color: Casablanca. HEX triplet: F0, B0 and 58. RGB value is (240,176,88). Sum of RGB (Red+Green+Blue) = 240+176+88=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B058 is #0F4FA7. Grayscale: #B9B9B9. Windows color (decimal): -1003432 or 5812464. OLE color: 5812464.

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

Color convert

RGB 240 176 88 -
CMYK 0 0.27 0.63 0.06
HSL 34.74º 0.84% 0.64% -
HSV(B) 34.74º 0.63% 0.94% -
XYZ 53.22 50.28 16.13 -
YUV 185.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 240 176 88 0 0.27 0.63 0.06 34.74 0.84 0.64
Hex F0 B0 58 0 1B 3F 6 23 54 40
Octal 360 260 130 0 33 77 6 43 124 100
Binary 11110000 10110000 1011000 0 11011 111111 110 100011 1010100 1000000

Color Harmonies of #F0B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B058

Black with #F0B058

Text Example


Text Example

White with #F0B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B058; }

 p { color: rgb(240,176,88); }

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

background-color css

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

 a { background-color: rgb(240,176,88); }

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

border-color css

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

 span { border-color: rgb(240,176,88); }

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