Html Css Color HEX #F6B752 Casablanca

📋 copy color: '#F6B752'

red 246 ◦ green 183 ◦ blue 82

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

Shades of Casablanca #F6B752

Tints of Casablanca #F6B752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 48.14%
G = 35.81%
B = 16.05%

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

#F6B752 (or 0xF6B752) is known color: Casablanca. HEX triplet: F6, B7 and 52. RGB value is (246,183,82). Sum of RGB (Red+Green+Blue) = 246+183+82=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B752 is #0948AD. Grayscale: #BEBEBE. Windows color (decimal): -608430 or 5421046. OLE color: 5421046.

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

Color convert

RGB 246 183 82 -
CMYK 0 0.26 0.67 0.04
HSL 36.95º 0.9% 0.64% -
HSV(B) 36.95º 0.67% 0.96% -
XYZ 56.46 54.07 15.44 -
YUV 190.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 246 183 82 0 0.26 0.67 0.04 36.95 0.9 0.64
Hex F6 B7 52 0 1A 43 4 25 5A 40
Octal 366 267 122 0 32 103 4 45 132 100
Binary 11110110 10110111 1010010 0 11010 1000011 100 100101 1011010 1000000

Color Harmonies of #F6B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B752

Black with #F6B752

Text Example


Text Example

White with #F6B752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B752; }

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

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

background-color css

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

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

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

border-color css

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

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

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