Html Css Color HEX #F6B64A Casablanca

📋 copy color: '#F6B64A'

red 246 ◦ green 182 ◦ blue 74

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

Shades of Casablanca #F6B64A

Tints of Casablanca #F6B64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 49%
G = 36.25%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6B64A (or 0xF6B64A) is known color: Casablanca. HEX triplet: F6, B6 and 4A. RGB value is (246,182,74). Sum of RGB (Red+Green+Blue) = 246+182+74=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B64A is #0949B5. Grayscale: #BDBDBD. Windows color (decimal): -608694 or 4896502. OLE color: 4896502.

HSL color Cylindrical-coordinate representation of color #F6B64A: hue angle of 37.67º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6B64A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 182 74 -
CMYK 0 0.26 0.70 0.04
HSL 37.67º 0.91% 0.63% -
HSV(B) 37.67º 0.7% 0.96% -
XYZ 55.97 53.54 13.86 -
YUV 188.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 246 182 74 0 0.26 0.70 0.04 37.67 0.91 0.63
Hex F6 B6 4A 0 1A 46 4 26 5B 3F
Octal 366 266 112 0 32 106 4 46 133 77
Binary 11110110 10110110 1001010 0 11010 1000110 100 100110 1011011 111111

Color Harmonies of #F6B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B64A

Black with #F6B64A

Text Example


Text Example

White with #F6B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B64A; }

 p { color: rgb(246,182,74); }

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

background-color css

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

 a { background-color: rgb(246,182,74); }

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

border-color css

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

 span { border-color: rgb(246,182,74); }

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