Html Css Color HEX #F6DB0B Golden Yellow

📋 copy color: '#F6DB0B'

red 246 ◦ green 219 ◦ blue 11

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

Shades of Golden Yellow #F6DB0B

Tints of Golden Yellow #F6DB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 11 (4.69% from 255) = 2.31%

R = 51.68%
G = 46.01%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6DB0B (or 0xF6DB0B) is known color: Golden Yellow. HEX triplet: F6, DB and 0B. RGB value is (246,219,11). Sum of RGB (Red+Green+Blue) = 246+219+11=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DB0B is #0924F4. Grayscale: #CCCCCC. Windows color (decimal): -599285 or 777206. OLE color: 777206.

HSL color Cylindrical-coordinate representation of color #F6DB0B: hue angle of 53.11º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6DB0B is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 219 11 -
CMYK 0 0.11 0.96 0.04
HSL 53.11º 0.93% 0.5% -
HSV(B) 53.11º 0.96% 0.96% -
XYZ 63.4 70.28 10.54 -
YUV 203.36 19.45 158.41 -
System Red Green Blue C M Y K H S L
Decimal 246 219 11 0 0.11 0.96 0.04 53.11 0.93 0.5
Hex F6 DB B 0 B 60 4 35 5D 32
Octal 366 333 13 0 13 140 4 65 135 62
Binary 11110110 11011011 1011 0 1011 1100000 100 110101 1011101 110010

Color Harmonies of #F6DB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DB0B

Black with #F6DB0B

Text Example


Text Example

White with #F6DB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DB0B; }

 p { color: rgb(246,219,11); }

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

background-color css

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

 a { background-color: rgb(246,219,11); }

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

border-color css

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

 span { border-color: rgb(246,219,11); }

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