Html Css Color HEX #FAB706 Selective Yellow

📋 copy color: '#FAB706'

red 250 ◦ green 183 ◦ blue 6

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

Shades of Selective Yellow #FAB706

Tints of Selective Yellow #FAB706

RGB

 RED value IS 250 (98.05% from 255) = 56.95%

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 56.95%
G = 41.69%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAB706 (or 0xFAB706) is known color: Selective Yellow. HEX triplet: FA, B7 and 06. RGB value is (250,183,6). Sum of RGB (Red+Green+Blue) = 250+183+6=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB706 is #0548F9. Grayscale: #B7B7B7. Windows color (decimal): -346362 or 440314. OLE color: 440314.

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

Color convert

RGB 250 183 6 -
CMYK 0 0.27 0.98 0.02
HSL 43.52º 0.96% 0.5% -
HSV(B) 43.52º 0.98% 0.98% -
XYZ 56.39 54.2 7.66 -
YUV 182.86 28.2 175.89 -
System Red Green Blue C M Y K H S L
Decimal 250 183 6 0 0.27 0.98 0.02 43.52 0.96 0.5
Hex FA B7 6 0 1B 62 2 2C 60 32
Octal 372 267 6 0 33 142 2 54 140 62
Binary 11111010 10110111 110 0 11011 1100010 10 101100 1100000 110010

Color Harmonies of #FAB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB706

Black with #FAB706

Text Example


Text Example

White with #FAB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB706; }

 p { color: rgb(250,183,6); }

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

background-color css

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

 a { background-color: rgb(250,183,6); }

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

border-color css

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

 span { border-color: rgb(250,183,6); }

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