Html Css Color HEX #F6B74D Casablanca

📋 copy color: '#F6B74D'

red 246 ◦ green 183 ◦ blue 77

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

Shades of Casablanca #F6B74D

Tints of Casablanca #F6B74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 48.62%
G = 36.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6B74D (or 0xF6B74D) is known color: Casablanca. HEX triplet: F6, B7 and 4D. RGB value is (246,183,77). Sum of RGB (Red+Green+Blue) = 246+183+77=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B74D is #0948B2. Grayscale: #BEBEBE. Windows color (decimal): -608435 or 5093366. OLE color: 5093366.

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

Color convert

RGB 246 183 77 -
CMYK 0 0.26 0.69 0.04
HSL 37.63º 0.9% 0.63% -
HSV(B) 37.63º 0.69% 0.96% -
XYZ 56.28 54 14.48 -
YUV 189.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 246 183 77 0 0.26 0.69 0.04 37.63 0.9 0.63
Hex F6 B7 4D 0 1A 45 4 26 5A 3F
Octal 366 267 115 0 32 105 4 46 132 77
Binary 11110110 10110111 1001101 0 11010 1000101 100 100110 1011010 111111

Color Harmonies of #F6B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B74D

Black with #F6B74D

Text Example


Text Example

White with #F6B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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