Html Css Color HEX #F0B650 Casablanca

📋 copy color: '#F0B650'

red 240 ◦ green 182 ◦ blue 80

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

Shades of Casablanca #F0B650

Tints of Casablanca #F0B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

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

R = 47.81%
G = 36.25%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0B650 (or 0xF0B650) is known color: Casablanca. HEX triplet: F0, B6 and 50. RGB value is (240,182,80). Sum of RGB (Red+Green+Blue) = 240+182+80=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B650 is #0F49AF. Grayscale: #BCBCBC. Windows color (decimal): -1001904 or 5289712. OLE color: 5289712.

HSL color Cylindrical-coordinate representation of color #F0B650: hue angle of 38.25º 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 #F0B650 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 182 80 -
CMYK 0 0.24 0.67 0.06
HSL 38.25º 0.84% 0.63% -
HSV(B) 38.25º 0.67% 0.94% -
XYZ 54.11 52.56 14.88 -
YUV 187.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 240 182 80 0 0.24 0.67 0.06 38.25 0.84 0.63
Hex F0 B6 50 0 18 43 6 26 54 3F
Octal 360 266 120 0 30 103 6 46 124 77
Binary 11110000 10110110 1010000 0 11000 1000011 110 100110 1010100 111111

Color Harmonies of #F0B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B650

Black with #F0B650

Text Example


Text Example

White with #F0B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B650; }

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

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

background-color css

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

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

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

border-color css

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

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

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