Html Css Color HEX #F6B750 Casablanca

📋 copy color: '#F6B750'

red 246 ◦ green 183 ◦ blue 80

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

Shades of Casablanca #F6B750

Tints of Casablanca #F6B750

RGB

 RED value IS 246 (96.48% from 255) = 48.33%

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 48.33%
G = 35.95%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6B750 (or 0xF6B750) is known color: Casablanca. HEX triplet: F6, B7 and 50. RGB value is (246,183,80). Sum of RGB (Red+Green+Blue) = 246+183+80=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B750 is #0948AF. Grayscale: #BEBEBE. Windows color (decimal): -608432 or 5289974. OLE color: 5289974.

HSL color Cylindrical-coordinate representation of color #F6B750: hue angle of 37.23º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6B750 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 183 80 -
CMYK 0 0.26 0.67 0.04
HSL 37.23º 0.9% 0.64% -
HSV(B) 37.23º 0.67% 0.96% -
XYZ 56.39 54.04 15.05 -
YUV 190.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 246 183 80 0 0.26 0.67 0.04 37.23 0.9 0.64
Hex F6 B7 50 0 1A 43 4 25 5A 40
Octal 366 267 120 0 32 103 4 45 132 100
Binary 11110110 10110111 1010000 0 11010 1000011 100 100101 1011010 1000000

Color Harmonies of #F6B750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B750

Black with #F6B750

Text Example


Text Example

White with #F6B750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B750; }

 p { color: rgb(246,183,80); }

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

background-color css

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

 a { background-color: rgb(246,183,80); }

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

border-color css

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

 span { border-color: rgb(246,183,80); }

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