Html Css Color HEX #F0B45C Casablanca

📋 copy color: '#F0B45C'

red 240 ◦ green 180 ◦ blue 92

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

Shades of Casablanca #F0B45C

Tints of Casablanca #F0B45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 92 (36.33% from 255) = 17.97%

R = 46.88%
G = 35.16%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0B45C (or 0xF0B45C) is known color: Casablanca. HEX triplet: F0, B4 and 5C. RGB value is (240,180,92). Sum of RGB (Red+Green+Blue) = 240+180+92=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B45C is #0F4BA3. Grayscale: #BCBCBC. Windows color (decimal): -1002404 or 6075632. OLE color: 6075632.

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

Color convert

RGB 240 180 92 -
CMYK 0 0.25 0.62 0.06
HSL 35.68º 0.83% 0.65% -
HSV(B) 35.68º 0.62% 0.94% -
XYZ 54.19 51.94 17.29 -
YUV 187.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 240 180 92 0 0.25 0.62 0.06 35.68 0.83 0.65
Hex F0 B4 5C 0 19 3E 6 24 53 41
Octal 360 264 134 0 31 76 6 44 123 101
Binary 11110000 10110100 1011100 0 11001 111110 110 100100 1010011 1000001

Color Harmonies of #F0B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B45C

Black with #F0B45C

Text Example


Text Example

White with #F0B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B45C; }

 p { color: rgb(240,180,92); }

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

background-color css

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

 a { background-color: rgb(240,180,92); }

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

border-color css

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

 span { border-color: rgb(240,180,92); }

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