Html Css Color HEX #F0B05F Casablanca

📋 copy color: '#F0B05F'

red 240 ◦ green 176 ◦ blue 95

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

Shades of Casablanca #F0B05F

Tints of Casablanca #F0B05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.59%

R = 46.97%
G = 34.44%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0B05F (or 0xF0B05F) is known color: Casablanca. HEX triplet: F0, B0 and 5F. RGB value is (240,176,95). Sum of RGB (Red+Green+Blue) = 240+176+95=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B05F is #0F4FA0. Grayscale: #BABABA. Windows color (decimal): -1003425 or 6271216. OLE color: 6271216.

HSL color Cylindrical-coordinate representation of color #F0B05F: hue angle of 33.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0B05F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 95 -
CMYK 0 0.27 0.60 0.06
HSL 33.52º 0.83% 0.66% -
HSV(B) 33.52º 0.6% 0.94% -
XYZ 53.53 50.4 17.73 -
YUV 185.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 240 176 95 0 0.27 0.60 0.06 33.52 0.83 0.66
Hex F0 B0 5F 0 1B 3C 6 22 53 42
Octal 360 260 137 0 33 74 6 42 123 102
Binary 11110000 10110000 1011111 0 11011 111100 110 100010 1010011 1000010

Color Harmonies of #F0B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B05F

Black with #F0B05F

Text Example


Text Example

White with #F0B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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